Method | Description | |
---|---|---|
ImapCommandException ( ImapCommandResponse response, string responseText ) : System |
Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class. Creates a new ImapCommandException. |
|
ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System |
Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class. Creates a new ImapCommandException. |
|
ImapCommandException ( ImapCommandResponse response, string responseText, string message, |
Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class. Creates a new ImapCommandException. |
Method | Description | |
---|---|---|
Create ( string command, |
Create a new ImapCommandException based on the specified command name and ImapCommand state. Create a new ImapCommandException based on the specified command name and ImapCommand state. |
|
GetObjectData ( |
||
ImapCommandException ( |
public ImapCommandException ( ImapCommandResponse response, string responseText ) : System | ||
response | ImapCommandResponse | The IMAP command response. |
responseText | string | The human-readable response text. |
return | System |
public ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System | ||
response | ImapCommandResponse | The IMAP command response. |
responseText | string | The human-readable response text. |
message | string | The error message. |
return | System |
public ImapCommandException ( ImapCommandResponse response, string responseText, string message, |
||
response | ImapCommandResponse | The IMAP command response. |
responseText | string | The human-readable response text. |
message | string | The error message. |
innerException | The inner exception. | |
return | System |