Represents an error returned by the Autodiscover service. More...
Inherits Object.
Public Member Functions | |
System::String | get_Time () const |
Gets the time when the error was returned. More... | |
System::String | get_Id () const |
Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed. More... | |
int32_t | get_ErrorCode () const |
Gets the error code. More... | |
System::String | get_Message () const |
Gets the error message. More... | |
System::String | get_DebugData () const |
Gets the debug data. More... | |
AutodiscoverError (int32_t errorCode, System::String message, System::String debugData) | |
Static Public Member Functions | |
static System::SharedPtr< AutodiscoverError > | Parse (System::SharedPtr< AutodiscoverXmlReader > reader) |
Parses the XML through the specified reader and creates an Autodiscover error. More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::ConfigurationSettingsBase |
class | Aspose::Email::Clients::Exchange::SoapFaultDetails |
Represents an error returned by the Autodiscover service.
Aspose::Email::Clients::Exchange::AutodiscoverError::AutodiscoverError | ( | int32_t | errorCode, |
System::String | message, | ||
System::String | debugData | ||
) |
System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_DebugData | ( | ) | const |
Gets the debug data.
int32_t Aspose::Email::Clients::Exchange::AutodiscoverError::get_ErrorCode | ( | ) | const |
Gets the error code.
System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Id | ( | ) | const |
Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Message | ( | ) | const |
Gets the error message.
System::String Aspose::Email::Clients::Exchange::AutodiscoverError::get_Time | ( | ) | const |
Gets the time when the error was returned.
|
static |
Parses the XML through the specified reader and creates an Autodiscover error.
reader | The reader. |
|
friend |
|
friend |