Share via


StatusCodeExtensions Class

Definition

Extension methods for the StatusCode enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(StatusCode)

Returns the error domain associated with the SystemConfiguration.StatusCode value

Applies to