AutodiscoverLocalException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
AutodiscoverLocalException() |
Initializes a new instance of the AutodiscoverLocalException class. |
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. |
AutodiscoverLocalException(String) |
Initializes a new instance of the AutodiscoverLocalException class with its message string set to the given message. |