Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
CommandException ( |
Initializes a new instance of the CommandException class.
|
protected CommandException ( |
||
info | The given serialized info. | |
context | Information about the stream and sender. | |
Результат | System |
public CommandException ( string message ) : System | ||
message | string | The error message associated with the exception. |
Результат | System |
public CommandException ( string message, |
||
message | string | The error message associated with the exception. |
inner | The inner exception. | |
Результат | System |
public CommandException ( string message, |
||
message | string | The error message associated with the exception. |
inner | The inner exception. | |
command | The |
|
Результат | System |