C# Class MailKit.ProtocolException

Inheritance: System.Exception
Mostra file Open project: jstedfast/MailKit

Protected Methods

Method 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

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

Method Details

ProtocolException() protected method

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

ProtocolException() protected method

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

ProtocolException() protected method

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