Udostępnij przez


MTL4CommandQueueErrorExtensions.GetDomain(MTL4CommandQueueError) Method

Definition

Returns the error domain associated with the Metal.MTL4CommandQueueError value

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

Parameters

self
MTL4CommandQueueError

The enumeration value

Returns

Remarks

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

Applies to