Share via


NSResponder.WillPresentError(NSError) Method

Definition

[Foundation.Export("willPresentError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSError WillPresentError(Foundation.NSError error);
[<Foundation.Export("willPresentError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresentError : Foundation.NSError -> Foundation.NSError
override this.WillPresentError : Foundation.NSError -> Foundation.NSError

Parameters

error
NSError

Returns

Attributes

Applies to