Aspose::Email::Mime::Details_MimeException Class Reference

Provides information about MIME errors More...

Inherits Details_Exception.

Protected Member Functions

void DoThrow (const System::ExceptionPtr &self) const override
 
 Details_MimeException ()
 Initializes a new instance of the MimeException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_MimeException, CODEPORTING_ARGS())
 
 Details_MimeException (System::String message)
 Initializes a new instance of the MimeException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_MimeException, CODEPORTING_ARGS(System::String message))
 
 Details_MimeException (System::String message, System::Exception innerException)
 Initializes a new instance of the MimeException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_MimeException, CODEPORTING_ARGS(System::String message, System::Exception innerException))
 

Detailed Description

Provides information about MIME errors

Constructor & Destructor Documentation

◆ Details_MimeException() [1/3]

Aspose::Email::Mime::Details_MimeException::Details_MimeException ( )
protected

Initializes a new instance of the MimeException class.

◆ Details_MimeException() [2/3]

Aspose::Email::Mime::Details_MimeException::Details_MimeException ( System::String  message)
protected

Initializes a new instance of the MimeException class.

Parameters
messageThe error message.

◆ Details_MimeException() [3/3]

Aspose::Email::Mime::Details_MimeException::Details_MimeException ( System::String  message,
System::Exception  innerException 
)
protected

Initializes a new instance of the MimeException class.

Parameters
messageThe error message.
innerExceptionThe inner exception.

Member Function Documentation

◆ DoThrow()

void Aspose::Email::Mime::Details_MimeException::DoThrow ( const System::ExceptionPtr &  self) const
overrideprotected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [1/3]

Aspose::Email::Mime::Details_MimeException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_MimeException  ,
CODEPORTING_ARGS()   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [2/3]

Aspose::Email::Mime::Details_MimeException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_MimeException  ,
CODEPORTING_ARGS(System::String message)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [3/3]

Aspose::Email::Mime::Details_MimeException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_MimeException  ,
CODEPORTING_ARGS(System::String message, System::Exception innerException)   
)
protected