AutodiscoverRemoteException Class

Definition

Represents an exception that is thrown when the Autodiscover service returns an error.

public ref class AutodiscoverRemoteException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class AutodiscoverRemoteException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class AutodiscoverRemoteException
Inherits ServiceRemoteException
Inheritance
AutodiscoverRemoteException

Constructors

AutodiscoverRemoteException(AutodiscoverError)

Initializes a new instance of the AutodiscoverRemoteException class.

AutodiscoverRemoteException(String, AutodiscoverError)

Initializes a new instance of the AutodiscoverRemoteException class with its message string set to the given message.

AutodiscoverRemoteException(String, AutodiscoverError, Exception)

Initializes a new instance of the AutodiscoverRemoteException class with its message string set to the given message and reference to the inner exception that is the cause of this exception.

Properties

Error

Gets the error that was returned by the Autodiscover service and for which the exception was thrown.

Applies to