Method | Description | |
---|---|---|
InvalidOptionValueException ( ) : System |
Initializes a new instance of the InvalidOptionValueException class.
|
|
InvalidOptionValueException ( string message ) : System |
Initializes a new instance of the InvalidOptionValueException class.
|
|
InvalidOptionValueException ( string message, |
Initializes a new instance of the InvalidOptionValueException class.
|
|
InvalidOptionValueException ( string message, bool includeDefaultMessage ) : System |
Initializes a new instance of the InvalidOptionValueException class.
|
Method | Description | |
---|---|---|
InvalidOptionValueException ( |
Initializes a new instance of the InvalidOptionValueException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
public InvalidOptionValueException ( ) : System | ||
return | System |
protected InvalidOptionValueException ( |
||
info | The |
|
context | The |
|
return | System |
public InvalidOptionValueException ( string message ) : System | ||
message | string | The message. |
return | System |
public InvalidOptionValueException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public InvalidOptionValueException ( string message, bool includeDefaultMessage ) : System | ||
message | string | The message. |
includeDefaultMessage | bool | if set to |
return | System |