Method | Description | |
---|---|---|
NotValidValueException ( ) : System |
Default class constructor.
|
|
NotValidValueException ( string message ) : System |
Class constructor from string message parameter which describes the exception in detail.
|
|
NotValidValueException ( string message, Exception inner ) : System |
Class constructor from string message parameter and inner exception to describe the thrown exception in detail.
|
Method | Description | |
---|---|---|
NotValidValueException ( SerializationInfo info, StreamingContext context ) : System |
Protected class constructor from SerializationInfo and StreamingContext to describe the context of the exception thrown in detail.
|
protected NotValidValueException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public NotValidValueException ( string message ) : System | ||
message | string | |
return | System |
public NotValidValueException ( string message, Exception inner ) : System | ||
message | string | |
inner | Exception | |
return | System |