Method | Description | |
---|---|---|
InvalidSpecificItemTypeException ( ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
|
InvalidSpecificItemTypeException ( string message ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
|
InvalidSpecificItemTypeException ( string message, Exception inner ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
Method | Description | |
---|---|---|
InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
public InvalidSpecificItemTypeException ( ) : System | ||
return | System |
protected InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo |
/// The |
context | StreamingContext |
/// The |
return | System |
public InvalidSpecificItemTypeException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public InvalidSpecificItemTypeException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner exception. |
return | System |