Метод | Описание | |
---|---|---|
CommandException ( ) : System |
Initializes a new instance of the MailKit.CommandException class. Creates a new CommandException. |
|
CommandException ( string message ) : System |
Initializes a new instance of the MailKit.CommandException class. Creates a new CommandException. |
|
CommandException ( string message, |
Initializes a new instance of the MailKit.CommandException class. Creates a new CommandException. |
Метод | Описание | |
---|---|---|
CommandException ( |
protected CommandException ( string message ) : System | ||
message | string | The error message. |
Результат | System |
protected CommandException ( string message, |
||
message | string | The error message. |
innerException | An inner exception. | |
Результат | System |