Invokes the handler method for the event that has occurred.
package com.ms.wfc.app
public multicast delegate
void ThreadExceptionEventHandler( Object sender, ThreadExceptionEvent e
);
Remarks
The syntax of the ThreadExceptionEventHandler delegate specifies the signature for the event handler, where sender is the source of the event and e is a ThreadExceptionEvent object that provides information about the event.
See Also addOnThreadException, ThreadExceptionEvent