Aspose::Email::Tools::Logging::Details_LoggingException Class Reference

The exception that is thrown when error is found in logging. More...

Inherits Details_Exception.

Protected Member Functions

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

Detailed Description

The exception that is thrown when error is found in logging.

Constructor & Destructor Documentation

◆ Details_LoggingException() [1/3]

Aspose::Email::Tools::Logging::Details_LoggingException::Details_LoggingException ( )
protected

Initializes a new instance of the LoggingException class.

◆ Details_LoggingException() [2/3]

Aspose::Email::Tools::Logging::Details_LoggingException::Details_LoggingException ( System::String  message)
protected

Initializes a new instance of the LoggingException class.

Parameters
messageThe error message.

◆ Details_LoggingException() [3/3]

Aspose::Email::Tools::Logging::Details_LoggingException::Details_LoggingException ( System::String  message,
System::Exception  innerException 
)
protected

Initializes a new instance of the LoggingException class.

Parameters
messageThe error message.
innerExceptionThe inner exception.

Member Function Documentation

◆ DoThrow()

void Aspose::Email::Tools::Logging::Details_LoggingException::DoThrow ( const System::ExceptionPtr &  self) const
overrideprotected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [1/3]

Aspose::Email::Tools::Logging::Details_LoggingException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_LoggingException  ,
CODEPORTING_ARGS()   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [2/3]

Aspose::Email::Tools::Logging::Details_LoggingException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_LoggingException  ,
CODEPORTING_ARGS(System::String message)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [3/3]

Aspose::Email::Tools::Logging::Details_LoggingException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_LoggingException  ,
CODEPORTING_ARGS(System::String message, System::Exception innerException)   
)
protected