Method | Description | |
---|---|---|
ProtocolException ( ) : System |
Initializes a new instance of the MailKit.ProtocolException class. Creates a new ProtocolException. |
|
ProtocolException ( string message ) : System |
Initializes a new instance of the MailKit.ProtocolException class. Creates a new ProtocolException. |
|
ProtocolException ( string message, |
Initializes a new instance of the MailKit.ProtocolException class. Creates a new ProtocolException. |
Method | Description | |
---|---|---|
ProtocolException ( |
protected ProtocolException ( string message ) : System | ||
message | string | The error message. |
return | System |
protected ProtocolException ( string message, |
||
message | string | The error message. |
innerException | An inner exception. | |
return | System |