IUnhandledExceptionHandlerEhWpfDispatcher_UnhandledException Method |
Handles unhandled exceptions from the Wpf dispatcher (see "System.Windows.Threading.Dispatcher.CurrentDispatcher.UnhandledException").
Namespace: Altaxo.Main.Services.ExceptionHandlingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void EhWpfDispatcher_UnhandledException(
Object sender,
Object dispatcher,
Exception exception
)
Parameters
- sender Object
- The source of the event.
- dispatcher Object
- The dispatcher that was part of the event args.
- exception Exception
- The exception that was part of the event args.
See Also