C# Class MailKit.CommandException

Inheritance: System.Exception
Afficher le fichier Open project: jstedfast/MailKit

Méthodes protégées

Méthode 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

Méthode Description
CommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CommandException() protected méthode

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

CommandException() protected méthode

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

CommandException() protected méthode

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.
Résultat System