Свойство | Тип | Описание | |
---|---|---|---|
ImapProtocolException | System |
Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
ImapProtocolException ( |
public ImapProtocolException ( string message ) : System | ||
message | string | The error message. |
Результат | System |
public ImapProtocolException ( string message, |
||
message | string | The error message. |
innerException | An inner exception. | |
Результат | System |