AutodiscoverRemoteException 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 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
Constructors
AutodiscoverRemoteException(AutodiscoverError) |
Initializes a new instance of the AutodiscoverRemoteException class. |
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. |
AutodiscoverRemoteException(String, AutodiscoverError) |
Initializes a new instance of the AutodiscoverRemoteException class with its message string set to the given message. |
Properties
Error |
Gets the error that was returned by the Autodiscover service and for which the exception was thrown. |