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