Share via


ThreadExceptionEvent Class

Methods | Fields | This Package | All Packages

Implements a ThreadExceptionEvent object.

Event
  |
  +--ThreadExceptionEvent

package com.ms.wfc.app

public class ThreadExceptionEvent
extends
Event****

Remarks

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