Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException Class Reference

Summary description for SmtpFailedRecipientsException. More...

Inherits Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientException.

Public Member Functions

System::ArrayPtr< SmtpFailedRecipientExceptionget_InnerExceptions () const
 Array of inner exceptions More...
 
- Public Member Functions inherited from Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientException
System::String get_FailedRecipient () const
 Failed recipient More...
 

Protected Member Functions

void DoThrow (const System::ExceptionPtr &self) const override
 
 Details_SmtpFailedRecipientsException ()
 Initializes a new instance of the SmtpFailedRecipientsException class More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientsException, CODEPORTING_ARGS())
 
 Details_SmtpFailedRecipientsException (System::String message)
 Initializes a new instance of the SmtpFailedRecipientsException class More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientsException, CODEPORTING_ARGS(System::String message))
 
 Details_SmtpFailedRecipientsException (System::SharedPtr< System::Collections::Generic::ListExt< SmtpFailedRecipientException >> innerExceptions, bool allFailed)
 Initializes a new instance of the SmtpFailedRecipientsException class More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_SmtpFailedRecipientsException, CODEPORTING_ARGS(System::SharedPtr< System::Collections::Generic::ListExt< SmtpFailedRecipientException >> innerExceptions, bool allFailed))
 
- Protected Member Functions inherited from Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientException
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))
 

Friends

class Aspose::Email::Clients::Smtp::Commands::SendGrCommand
 

Additional Inherited Members

- Public Attributes inherited from Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientException
bool fatal
 

Detailed Description

Summary description for SmtpFailedRecipientsException.


Constructor & Destructor Documentation

◆ Details_SmtpFailedRecipientsException() [1/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::Details_SmtpFailedRecipientsException ( )
protected

Initializes a new instance of the SmtpFailedRecipientsException class

◆ Details_SmtpFailedRecipientsException() [2/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::Details_SmtpFailedRecipientsException ( System::String  message)
protected

Initializes a new instance of the SmtpFailedRecipientsException class

Parameters
messageError message

◆ Details_SmtpFailedRecipientsException() [3/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::Details_SmtpFailedRecipientsException ( System::SharedPtr< System::Collections::Generic::ListExt< SmtpFailedRecipientException >>  innerExceptions,
bool  allFailed 
)
protected

Initializes a new instance of the SmtpFailedRecipientsException class

Parameters
innerExceptionsThe list of exceptions that is the cause of the current exception.
allFailedSpecifies type of error message

Member Function Documentation

◆ DoThrow()

void Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::DoThrow ( const System::ExceptionPtr &  self) const
overrideprotected

◆ get_InnerExceptions()

System::ArrayPtr<SmtpFailedRecipientException> Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::get_InnerExceptions ( ) const

Array of inner exceptions

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [1/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_SmtpFailedRecipientsException  ,
CODEPORTING_ARGS()   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [2/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_SmtpFailedRecipientsException  ,
CODEPORTING_ARGS(System::SharedPtr< System::Collections::Generic::ListExt< SmtpFailedRecipientException >> innerExceptions, bool allFailed)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [3/3]

Aspose::Email::Clients::Smtp::Details_SmtpFailedRecipientsException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_SmtpFailedRecipientsException  ,
CODEPORTING_ARGS(System::String message)   
)
protected

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Smtp::Commands::SendGrCommand

friend class Aspose::Email::Clients::Smtp::Commands::SendGrCommand
friend