C# Class MailKit.ServiceNotAuthenticatedException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ServiceNotAuthenticatedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ServiceNotAuthenticatedException() public méthode

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.
Creates a new ServiceNotAuthenticatedException.
public ServiceNotAuthenticatedException ( ) : System
Résultat System

ServiceNotAuthenticatedException() public méthode

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.
Creates a new ServiceNotAuthenticatedException.
public ServiceNotAuthenticatedException ( string message ) : System
message string The error message.
Résultat System

ServiceNotAuthenticatedException() public méthode

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.
Résultat System