C# Class MailKit.Net.Imap.ImapProtocolException

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

Private Properties

Свойство Type Description
ImapProtocolException System

Méthodes publiques

Méthode Description
ImapProtocolException ( ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.

Creates a new ImapProtocolException.

ImapProtocolException ( string message ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.

Creates a new ImapProtocolException.

ImapProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.

Creates a new ImapProtocolException.

Private Methods

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

Method Details

ImapProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( ) : System
Résultat System

ImapProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( string message ) : System
message string The error message.
Résultat System

ImapProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception An inner exception.
Résultat System