C# Class MailKit.Net.Pop3.Pop3ProtocolException

Inheritance: System.ProtocolException
Show file Open project: jstedfast/MailKit

Public Methods

Method 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

Method Description
Pop3ProtocolException ( SerializationInfo info, StreamingContext context ) : System

Method Details

Pop3ProtocolException() public method

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

Pop3ProtocolException() public method

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

Pop3ProtocolException() public method

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