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)) | |
Friends | |
| class | Aspose::Email::Clients::Exchange::AutodiscoverRequest |
| class | Aspose::Email::Clients::Exchange::AutodiscoverService |
Thrown if there is a MS Exchange Autodiscover communication failure.
|
protected |
Initializes a new instance of the AutodiscoverException class.
|
protected |
Initializes a new instance of the AutodiscoverException class.
| message | The error message. |
|
protected |
Initializes a new instance of the AutodiscoverException class.
| message | The error message. |
| innerException | The inner exception. |
|
protected |
Initializes a new instance of the AutodiscoverException class.
| message | The error message. |
| autodiscoverError | The inner autodiscover error. |
|
overrideprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
friend |
|
friend |