Share via


LPErrorCodeExtensions.GetDomain(LPErrorCode) Method

Definition

Returns the error domain associated with the LinkPresentation.LPErrorCode value

public static Foundation.NSString? GetDomain(this LinkPresentation.LPErrorCode self);
static member GetDomain : LinkPresentation.LPErrorCode -> Foundation.NSString

Parameters

self
LPErrorCode

The enumeration value

Returns

Remarks

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

Applies to