C# Class MailKit.ProtocolException

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

Méthodes protégées

Méthode Description
ProtocolException ( ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

ProtocolException ( string message ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

ProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

Private Methods

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

Method Details

ProtocolException() protected méthode

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

ProtocolException() protected méthode

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

ProtocolException() protected méthode

Initializes a new instance of the MailKit.ProtocolException class.
Creates a new ProtocolException.
protected ProtocolException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception An inner exception.
Résultat System