Method | Description | |
---|---|---|
SaslException ( string mechanism, SaslErrorCode code, string message ) : System |
Initializes a new instance of the MailKit.Security.SaslException class. Creates a new SaslException. |
Method | Description | |
---|---|---|
SaslException ( |
Initializes a new instance of the MailKit.Security.SaslException class. Deserializes a SaslException. |
Method | Description | |
---|---|---|
GetObjectData ( |
protected SaslException ( |
||
info | The serialization info. | |
context | The streaming context. | |
return | System |
public SaslException ( string mechanism, SaslErrorCode code, string message ) : System | ||
mechanism | string | The SASL mechanism. |
code | SaslErrorCode | The error code. |
message | string | The error message. |
return | System |