SCNErrorCodeExtensions.GetDomain(SCNErrorCode) Method

Definition

Returns the error domain associated with the SceneKit.SCNErrorCode value

public static Foundation.NSString GetDomain (this SceneKit.SCNErrorCode self);
static member GetDomain : SceneKit.SCNErrorCode -> Foundation.NSString

Parameters

self
SCNErrorCode

The enumeration value

Returns

Remarks

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

Applies to