편집

다음을 통해 공유


StatusCodeExtensions.GetDomain(StatusCode) Method

Definition

Returns the error domain associated with the SystemConfiguration.StatusCode value

public static Foundation.NSString GetDomain (this SystemConfiguration.StatusCode self);
static member GetDomain : SystemConfiguration.StatusCode -> Foundation.NSString

Parameters

self
StatusCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to