UIDocument.FinishedHandlingError(NSError, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application developers should call this function when they have finished handling an error.
[Foundation.Export("finishedHandlingError:recovered:")]
public virtual void FinishedHandlingError (Foundation.NSError error, bool recovered);
abstract member FinishedHandlingError : Foundation.NSError * bool -> unit
override this.FinishedHandlingError : Foundation.NSError * bool -> unit
Parameters
- error
- NSError
Object that encapsulates error information.
- recovered
- Boolean
Boolean indicating whether error was handled.
- Attributes
Remarks
This can be used from a background thread.