Aspose::Email::Clients::Exchange::Details_AutodiscoverException Class Reference

Thrown if there is a MS Exchange Autodiscover communication failure. More...

Inherits Details_AsposeException.

Protected Member Functions

void DoThrow (const System::ExceptionPtr &self) const override
 
 Details_AutodiscoverException ()
 Initializes a new instance of the AutodiscoverException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_AutodiscoverException, CODEPORTING_ARGS())
 
 Details_AutodiscoverException (System::String message)
 Initializes a new instance of the AutodiscoverException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_AutodiscoverException, CODEPORTING_ARGS(System::String message))
 
 Details_AutodiscoverException (System::String message, System::Exception innerException)
 Initializes a new instance of the AutodiscoverException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_AutodiscoverException, CODEPORTING_ARGS(System::String message, System::Exception innerException))
 
 Details_AutodiscoverException (System::String message, System::SharedPtr< AutodiscoverError > autodiscoverError)
 Initializes a new instance of the AutodiscoverException class. More...
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_AutodiscoverException, CODEPORTING_ARGS(System::String message, System::SharedPtr< AutodiscoverError > autodiscoverError))
 
virtual ~Details_AutodiscoverException ()
 

Friends

class AutodiscoverRequest
 
class AutodiscoverService
 

Detailed Description

Thrown if there is a MS Exchange Autodiscover communication failure.

Constructor & Destructor Documentation

◆ Details_AutodiscoverException() [1/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::Details_AutodiscoverException ( )
protected

Initializes a new instance of the AutodiscoverException class.

◆ Details_AutodiscoverException() [2/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::Details_AutodiscoverException ( System::String  message)
protected

Initializes a new instance of the AutodiscoverException class.

Parameters
messageThe error message.

◆ Details_AutodiscoverException() [3/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::Details_AutodiscoverException ( System::String  message,
System::Exception  innerException 
)
protected

Initializes a new instance of the AutodiscoverException class.

Parameters
messageThe error message.
innerExceptionThe inner exception.

◆ Details_AutodiscoverException() [4/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::Details_AutodiscoverException ( System::String  message,
System::SharedPtr< AutodiscoverError autodiscoverError 
)
protected

Initializes a new instance of the AutodiscoverException class.

Parameters
messageThe error message.
autodiscoverErrorThe inner autodiscover error.

◆ ~Details_AutodiscoverException()

virtual Aspose::Email::Clients::Exchange::Details_AutodiscoverException::~Details_AutodiscoverException ( )
protectedvirtual

Member Function Documentation

◆ DoThrow()

void Aspose::Email::Clients::Exchange::Details_AutodiscoverException::DoThrow ( const System::ExceptionPtr &  self) const
overrideprotected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [1/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_AutodiscoverException  ,
CODEPORTING_ARGS()   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [2/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_AutodiscoverException  ,
CODEPORTING_ARGS(System::String message)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [3/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_AutodiscoverException  ,
CODEPORTING_ARGS(System::String message, System::Exception innerException)   
)
protected

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION() [4/4]

Aspose::Email::Clients::Exchange::Details_AutodiscoverException::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( Details_AutodiscoverException  ,
CODEPORTING_ARGS(System::String message, System::SharedPtr< AutodiscoverError > autodiscoverError)   
)
protected

Friends And Related Function Documentation

◆ AutodiscoverRequest

friend class AutodiscoverRequest
friend

◆ AutodiscoverService

friend class AutodiscoverService
friend