DomainSettingError Class

Definition

Represents an error from a GetDomainSettings request.

public ref class DomainSettingError sealed
public sealed class DomainSettingError
Public NotInheritable Class DomainSettingError
Inheritance
DomainSettingError

Remarks

The DomainSettingError class contains information about errors that are returned by the GetDomainSettings(String, Nullable<ExchangeVersion>, DomainSettingName[]) method.

Properties

ErrorCode

Gets the error code that is returned by the request.

ErrorMessage

Gets the error message that is associated with the domain setting error.

SettingName

Gets the name of the domain setting that caused the error.

Applies to