AutodiscoverLocalException Class

Definition

Represents an exception that is thrown when the Autodiscover service could not be contacted.

public ref class AutodiscoverLocalException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class AutodiscoverLocalException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class AutodiscoverLocalException
Inherits ServiceLocalException
Inheritance
AutodiscoverLocalException

Constructors

AutodiscoverLocalException()

Initializes a new instance of the AutodiscoverLocalException class.

AutodiscoverLocalException(String)

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

AutodiscoverLocalException(String, Exception)

Initializes a new instance of the AutodiscoverLocalException class with a reference to the inner exception that is the cause of this exception.

Applies to