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