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