Method | Description | |
---|---|---|
InvalidException ( ) : System |
Create a new InvalidException with no message nor inner-exception.
|
Method | Description | |
---|---|---|
InvalidException ( SerializationInfo info, StreamingContext context ) : System |
Constructor for serialisation.
|
Method | Description | |
---|---|---|
InvalidException ( [ message ) : System |
Create a new InvalidException with the given message.
|
|
InvalidException ( [ innerException, [ message ) : System |
Create a new InvalidException with a given inner-exception and message.
|
protected InvalidException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |