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

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

Private Properties

Свойство Тип Описание
ImapProtocolException System

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

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

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

Creates a new ImapProtocolException.

ImapProtocolException ( string message ) : System

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

Creates a new ImapProtocolException.

ImapProtocolException ( string message, Exception innerException ) : System

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

Creates a new ImapProtocolException.

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

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

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

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

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

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

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

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

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