Method | Description | |
---|---|---|
TypeArgumentException ( ) : System |
Initializes a new instance of the TypeArgumentException class. Constructs a new instance of TypeArgumentException with no message.
|
|
TypeArgumentException ( string message ) : System |
Initializes a new instance of the TypeArgumentException class. Constructs a new instance of TypeArgumentException with the given message.
|
|
TypeArgumentException ( string message, |
Initializes a new instance of the TypeArgumentException class. Constructs a new instance of TypeArgumentException with the given message and inner exception.
|
public TypeArgumentException ( string message ) : System | ||
message | string | /// Message for the exception. /// |
return | System |
public TypeArgumentException ( string message, |
||
message | string | /// Message for the exception. /// |
inner | /// Inner exception. /// | |
return | System |