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