Implements a ThreadExceptionEvent object.
Event | +--ThreadExceptionEvent
package com.ms.wfc.app
public class ThreadExceptionEvent
extends Event
The ThreadExceptionEvent object is created by a thread when it has encountered an unhandled exception. Use the ThreadExceptionEvent object in your thread exception event handler to determine the type of exception that was thrown.
See Also ThreadExceptionEventHandler