Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
ServiceNotConnectedException ( |
public ServiceNotConnectedException ( ) : System | ||
Результат | System |
public ServiceNotConnectedException ( string message ) : System | ||
message | string | The error message. |
Результат | System |
public ServiceNotConnectedException ( string message, |
||
message | string | The error message. |
innerException | The inner exception. | |
Результат | System |