ServiceResponse.ErrorMessage Property

Definition

Gets a detailed error message associated with the response.

public:
 property System::String ^ ErrorMessage { System::String ^ get(); };
public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String

Property Value

A string value containing an error message.

Remarks

If Result is set to Success, ErrorMessage returns null. ErrorMessage is localized according to the PreferredCulture property of the ExchangeService object that was used to call the method that generated the response.

Applies to