C# Класс MailKit.CommandException

Наследование: System.Exception
Показать файл Открыть проект

Защищенные методы

Метод Описание
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, Exception innerException ) : System

Initializes a new instance of the MailKit.CommandException class.

Creates a new CommandException.

Приватные методы

Метод Описание
CommandException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

CommandException() защищенный Метод

Initializes a new instance of the MailKit.CommandException class.
Creates a new CommandException.
protected CommandException ( ) : System
Результат System

CommandException() защищенный Метод

Initializes a new instance of the MailKit.CommandException class.
Creates a new CommandException.
protected CommandException ( string message ) : System
message string The error message.
Результат System

CommandException() защищенный Метод

Initializes a new instance of the MailKit.CommandException class.
Creates a new CommandException.
protected CommandException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception An inner exception.
Результат System