Delegate DispatcherUnhandledExceptionEventHandler
Represents the method that will handle the UnhandledException event.
public delegate void DispatcherUnhandledExceptionEventHandler(object sender, DispatcherUnhandledExceptionEventArgs e)
Parameters
sender
object- Represents the method that will handle the event.
e
DispatcherUnhandledExceptionEventArgs- Represents the method that will handle the event.
Constructors
DispatcherUnhandledExceptionEventHandler(object, nint)
public DispatcherUnhandledExceptionEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, DispatcherUnhandledExceptionEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, DispatcherUnhandledExceptionEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
objecte
DispatcherUnhandledExceptionEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, DispatcherUnhandledExceptionEventArgs)
public virtual void Invoke(object sender, DispatcherUnhandledExceptionEventArgs e)