UnhandledExceptionEventHandler Delegate
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.
public delegate void UnhandledExceptionEventHandler(System::Object ^ sender, SafeDispatcherUnhandledExceptionEventArgs ^ eArgs);
public delegate void UnhandledExceptionEventHandler(object sender, SafeDispatcherUnhandledExceptionEventArgs eArgs);
type UnhandledExceptionEventHandler = delegate of obj * SafeDispatcherUnhandledExceptionEventArgs -> unit
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, eArgs As SafeDispatcherUnhandledExceptionEventArgs)
Parameters
- sender
- Object