Inherits Details_SmtpException.
|
void | DoThrow (const System::ExceptionPtr &self) const override |
|
| Details_SmtpFailedRecipientException () |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS()) |
|
| Details_SmtpFailedRecipientException (System::String message) |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS(System::String message)) |
|
| Details_SmtpFailedRecipientException (System::String message, System::Exception innerException) |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS(System::String message, System::Exception innerException)) |
|
| Details_SmtpFailedRecipientException (SmtpStatusCode statusCode, System::String failedRecipient) |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS(SmtpStatusCode statusCode, System::String failedRecipient)) |
|
| Details_SmtpFailedRecipientException (SmtpStatusCode statusCode, System::String failedRecipient, System::String serverResponse) |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS(SmtpStatusCode statusCode, System::String failedRecipient, System::String serverResponse)) |
|
| Details_SmtpFailedRecipientException (System::String message, System::String failedRecipient, System::Exception innerException) |
| Initializes a new instance of the SmtpFailedRecipientException class More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientException, CODEPORTING_ARGS(System::String message, System::String failedRecipient, System::Exception innerException)) |
|
Represents the exception which arises when the specified recipient is wrong