Méthode | Description | |
---|---|---|
Pop3CommandException ( ) : System |
Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class. Creates a new Pop3CommandException. |
|
Pop3CommandException ( string message ) : System |
Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class. Creates a new Pop3CommandException. |
|
Pop3CommandException ( string message, |
Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class. Creates a new Pop3CommandException. |
|
Pop3CommandException ( string message, string statusText ) : System |
Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class. Creates a new Pop3CommandException. |
|
Pop3CommandException ( string message, string statusText, |
Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class. Creates a new Pop3CommandException. |
Méthode | Description | |
---|---|---|
GetObjectData ( |
||
Pop3CommandException ( |
public Pop3CommandException ( string message ) : System | ||
message | string | The error message. |
Résultat | System |
public Pop3CommandException ( string message, |
||
message | string | The error message. |
innerException | An inner exception. | |
Résultat | System |
public Pop3CommandException ( string message, string statusText ) : System | ||
message | string | The error message. |
statusText | string | The response status text. |
Résultat | System |
public Pop3CommandException ( string message, string statusText, |
||
message | string | The error message. |
statusText | string | The response status text. |
innerException | An inner exception. | |
Résultat | System |