Search Results for

    Show / Hide Table of Contents

    Class TypeArgumentException

    Represents an error which occur when an invalid type argument gets passed to a generic method.

    Inheritance
    Object
    TypeArgumentException
    Namespace: Venflow
    Assembly: Venflow.dll
    Syntax
    public class TypeArgumentException : Exception

    Constructors

    | Improve this Doc View Source

    TypeArgumentException()

    Declaration
    public TypeArgumentException()
    | Improve this Doc View Source

    TypeArgumentException(String)

    Declaration
    public TypeArgumentException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    TypeArgumentException(String, Exception)

    Declaration
    public TypeArgumentException(string message, Exception inner)
    Parameters
    Type Name Description
    String message
    Exception inner
    | Improve this Doc View Source

    TypeArgumentException(String, String)

    Declaration
    public TypeArgumentException(string message, string type)
    Parameters
    Type Name Description
    String message
    String type

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty