C# Класс MailKit.ServiceNotConnectedException

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

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

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

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

ServiceNotConnectedException ( string message ) : System

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

ServiceNotConnectedException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

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

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

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

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

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

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

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

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

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