C# Класс MailKit.Net.Imap.ImapCommandException

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

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

Метод Описание
ImapCommandException ( ImapCommandResponse response, string responseText ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

ImapCommandException ( ImapCommandResponse response, string responseText, string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

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

Метод Описание
Create ( string command, ImapCommand ic ) : ImapCommandException

Create a new ImapCommandException based on the specified command name and ImapCommand state.

Create a new ImapCommandException based on the specified command name and ImapCommand state.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ImapCommandException ( SerializationInfo info, StreamingContext context ) : System

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

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

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
Результат System

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

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
message string The error message.
Результат System

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

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText, string message, Exception innerException ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
message string The error message.
innerException System.Exception The inner exception.
Результат System