Method | Description | |
---|---|---|
CommandException ( ) : System |
Initializes a new instance of the CommandException class.
|
|
CommandException ( string message ) : System |
Initializes a new instance of the CommandException class.
|
|
CommandException ( string message, |
Initializes a new instance of the CommandException class.
|
|
CommandException ( string message, |
Initializes a new instance of the CommandException class.
|
Method | Description | |
---|---|---|
CommandException ( |
Initializes a new instance of the CommandException class.
|
protected CommandException ( |
||
info | The given serialized info. | |
context | Information about the stream and sender. | |
return | System |
public CommandException ( string message ) : System | ||
message | string | The error message associated with the exception. |
return | System |
public CommandException ( string message, |
||
message | string | The error message associated with the exception. |
inner | The inner exception. | |
return | System |
public CommandException ( string message, |
||
message | string | The error message associated with the exception. |
inner | The inner exception. | |
command | The |
|
return | System |