Occurs when an exception is unhandled within the App. You can subscribe to this event to handle exceptions that were otherwise unhandled by the App, to avoid crashing the app. If the IsHandled property of the UnhandledExceptionArgs object is set to true by a handler, the app will not crash, but resume execution.

hide

Location

Namespace
Fuse
Package
Fuse.Nodes 2.9.1

Returns

UnhandledExceptionHandler (object, UnhandledExceptionArgs)