프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |