C# Class MailKit.Net.Pop3.Pop3CommandException

Inheritance: CommandException
Mostra file Open project: jstedfast/MailKit

Public Methods

Method 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

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Pop3CommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

Pop3CommandException() public method

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

Pop3CommandException() public method

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.
return System

Pop3CommandException() public method

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.
return System

Pop3CommandException() public method

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.
return System

Pop3CommandException() public method

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.
return System