C# Класс MailKit.ServiceNotAuthenticatedException

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

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

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

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

ServiceNotAuthenticatedException ( string message ) : System

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

ServiceNotAuthenticatedException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

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

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

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

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

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

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

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

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

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