C# Class MailKit.Net.Imap.ImapProtocolException

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

Private Properties

Property Type Description
ImapProtocolException System

Public Methods

Method 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

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

Method Details

ImapProtocolException() public method

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

ImapProtocolException() public method

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

ImapProtocolException() public method

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