Method | Description | |
---|---|---|
CommandNotSupportedException ( ) : System |
Initializes a new instance of the T:CommandNotSupportedException class.
|
|
CommandNotSupportedException ( string message ) : System |
Initializes a new instance of the T:CommandNotSupportedException class with a specified error message.
|
|
CommandNotSupportedException ( string message, |
Initializes a new instance of the T:CommandNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
Method | Description | |
---|---|---|
CommandNotSupportedException ( System info, System context ) : System |
Initializes a new instance of the T:CommandNotSupportedException class with serialized data.
|
public CommandNotSupportedException ( ) : System | ||
return | System |
protected CommandNotSupportedException ( System info, System context ) : System | ||
info | System | |
context | System | |
return | System |
public CommandNotSupportedException ( string message ) : System | ||
message | string | |
return | System |
public CommandNotSupportedException ( string message, |
||
message | string | |
inner | ||
return | System |