Class AutodiscoverRemoteException
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an exception that is thrown when the Autodiscover service returns an error.
public class AutodiscoverRemoteException : ServiceRemoteException, ISerializable- Inheritance
- 
      
      
      
      AutodiscoverRemoteException
- Implements
- Inherited Members
Constructors
AutodiscoverRemoteException(AutodiscoverError)
Initializes a new instance of the AutodiscoverRemoteException class.
public AutodiscoverRemoteException(AutodiscoverError error)Parameters
- errorAutodiscoverError
- The error. 
AutodiscoverRemoteException(string, AutodiscoverError)
Initializes a new instance of the AutodiscoverRemoteException class.
public AutodiscoverRemoteException(string message, AutodiscoverError error)Parameters
- messagestring
- The message. 
- errorAutodiscoverError
- The error. 
AutodiscoverRemoteException(string, AutodiscoverError, Exception)
Initializes a new instance of the AutodiscoverRemoteException class.
public AutodiscoverRemoteException(string message, AutodiscoverError error, Exception innerException)Parameters
- messagestring
- The message. 
- errorAutodiscoverError
- The error. 
- innerExceptionException
- The inner exception. 
Properties
Error
Gets the error.
public AutodiscoverError Error { get; }Property Value
- AutodiscoverError
- The error.