INIntentErrorCodeExtensions Class

Definition

Extension methods for the Intents.INIntentErrorCode enumeration.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static class INIntentErrorCodeExtensions
type INIntentErrorCodeExtensions = class
Inheritance
INIntentErrorCodeExtensions
Attributes

Remarks

The extension method for the Intents.INIntentErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

GetDomain(INIntentErrorCode)

Returns the error domain associated with the Intents.INIntentErrorCode value

Applies to