Share via


WKWebExtensionErrorExtensions Class

Definition

Extension methods for the WKWebExtensionError enumeration.

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

Remarks

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

Methods

Name Description
GetDomain(WKWebExtensionError)

Returns the error domain associated with the WebKit.WKWebExtensionError value

Applies to