C# Class MailKit.Net.Pop3.Pop3CommandException

Inheritance: CommandException
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Méthode Description
Pop3CommandException ( ) : System

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

Creates a new Pop3CommandException.

Pop3CommandException ( string message ) : System

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

Creates a new Pop3CommandException.

Pop3CommandException ( string message, Exception innerException ) : System

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

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText ) : System

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

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText, Exception innerException ) : System

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

Creates a new Pop3CommandException.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Pop3CommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

Pop3CommandException() public méthode

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

Pop3CommandException() public méthode

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

Pop3CommandException() public méthode

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

Pop3CommandException() public méthode

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText ) : System
message string The error message.
statusText string The response status text.
Résultat System

Pop3CommandException() public méthode

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText, Exception innerException ) : System
message string The error message.
statusText string The response status text.
innerException System.Exception An inner exception.
Résultat System