Share via


CLSErrorCodeExtensions Class

Definition

Extension methods for the CLSErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class CLSErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type CLSErrorCodeExtensions = class
Inheritance
CLSErrorCodeExtensions
Attributes

Remarks

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

Methods

Name Description
GetDomain(CLSErrorCode)

Returns the error domain associated with the ClassKit.CLSErrorCode value

Applies to