UIPrintErrorExtensions Class

Definition

Extension methods for the UIKit.UIPrintError enumeration.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class UIPrintErrorExtensions
type UIPrintErrorExtensions = class
Inheritance
UIPrintErrorExtensions
Attributes

Remarks

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

Methods

GetDomain(UIPrintError)

Returns the error domain associated with the UIKit.UIPrintError value

Applies to