Notfies the App about an unhandled exception within a subsystem of the app. If implementing a subsystems (such as separate threads) where exceptions can be thrown out of the app, you can catch such otherwise unhandled exceptions and report them to this method, to allow users to use the UnhandledException event to deal with such exceptions instead of crashing the App.

hide

Location

Namespace
Fuse
Package
Fuse.Nodes 2.9.1

Parameters

e

Exception

propagate

bool