C# Класс MailKit.Net.Pop3.Pop3CommandException

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

Открытые методы

Метод Описание
Pop3CommandException ( ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

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

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

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

Pop3CommandException() публичный Метод

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
public Pop3CommandException ( ) : System
Результат System

Pop3CommandException() публичный Метод

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

Pop3CommandException() публичный Метод

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

Pop3CommandException() публичный Метод

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText ) : System
message string The error message.
statusText string The response status text.
Результат System

Pop3CommandException() публичный Метод

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText, Exception innerException ) : System
message string The error message.
statusText string The response status text.
innerException System.Exception An inner exception.
Результат System