C# Class MailKit.Net.Pop3.Pop3ProtocolException

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

Méthodes publiques

Méthode Description
Pop3ProtocolException ( ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3ProtocolException class.

Creates a new Pop3ProtocolException.

Pop3ProtocolException ( string message ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3ProtocolException class.

Creates a new Pop3ProtocolException.

Pop3ProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3ProtocolException class.

Creates a new Pop3ProtocolException.

Private Methods

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

Method Details

Pop3ProtocolException() public méthode

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

Pop3ProtocolException() public méthode

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

Pop3ProtocolException() public méthode

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