Class TypeArgumentException
Represents an error which occur when an invalid type argument gets passed to a generic method.
Inheritance
TypeArgumentException
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