Class AutodiscoverLocalException
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an exception that is thrown when the Autodiscover service could not be contacted.
public class AutodiscoverLocalException : ServiceLocalException, ISerializable
- Inheritance
-
AutodiscoverLocalException
- Implements
- Inherited Members
Constructors
AutodiscoverLocalException()
Initializes a new instance of the AutodiscoverLocalException class.
public AutodiscoverLocalException()
AutodiscoverLocalException(string)
Initializes a new instance of the AutodiscoverLocalException class.
public AutodiscoverLocalException(string message)
Parameters
message
stringThe message.
AutodiscoverLocalException(string, Exception)
Initializes a new instance of the AutodiscoverLocalException class.
public AutodiscoverLocalException(string message, Exception innerException)