DomainSettingError Class
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.
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. |