Dispatcher.OnUnhandledException(UnhandledExceptionEventArgs) 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.
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)