AutodiscoverRemoteException.Error Property
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.
Gets the error that was returned by the Autodiscover service and for which the exception was thrown.
public:
property Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverError ^ Error { Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverError ^ get(); };
public Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverError Error { get; }
Public ReadOnly Property Error As AutodiscoverError
Property Value
The error that is associated with the exception.