C# Class MailKit.ServiceNotConnectedException

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

Méthodes publiques

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

Private Methods

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

Method Details

ServiceNotConnectedException() public méthode

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

ServiceNotConnectedException() public méthode

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

ServiceNotConnectedException() public méthode

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