C# Class MailKit.CommandException

Inheritance: System.Exception
Mostrar archivo Open project: jstedfast/MailKit

Protected Methods

Method Description
CommandException ( ) : System

Initializes a new instance of the MailKit.CommandException class.

Creates a new CommandException.

CommandException ( string message ) : System

Initializes a new instance of the MailKit.CommandException class.

Creates a new CommandException.

CommandException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.CommandException class.

Creates a new CommandException.

Private Methods

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

Method Details

CommandException() protected method

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

CommandException() protected method

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

CommandException() protected method

Initializes a new instance of the MailKit.CommandException class.
Creates a new CommandException.
protected CommandException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception An inner exception.
return System