AutodiscoverResponseException.ErrorCode Property

Definition

Gets the error code for the exception.

public:
 property Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverErrorCode ErrorCode { Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverErrorCode get(); };
public Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverErrorCode ErrorCode { get; }
Public ReadOnly Property ErrorCode As AutodiscoverErrorCode

Property Value

One of the enumeration values that represent the error code.

Remarks

The error code represents an error that is returned by the Autodiscover service.

Applies to