Dispatcher.OnUnhandledException(UnhandledExceptionEventArgs) Method

Definition

Called to notify listeners of an unhandled exception.

protected:
 void OnUnhandledException(UnhandledExceptionEventArgs ^ e);
protected void OnUnhandledException (UnhandledExceptionEventArgs e);
member this.OnUnhandledException : UnhandledExceptionEventArgs -> unit
Protected Sub OnUnhandledException (e As UnhandledExceptionEventArgs)

Parameters

Applies to