Свойство | Type | Description | |
---|---|---|---|
ImapProtocolException | System |
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, |
Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class. Creates a new ImapProtocolException. |
Méthode | Description | |
---|---|---|
ImapProtocolException ( |
public ImapProtocolException ( string message ) : System | ||
message | string | The error message. |
Résultat | System |
public ImapProtocolException ( string message, |
||
message | string | The error message. |
innerException | An inner exception. | |
Résultat | System |