Share via


ThreadExceptionDialog Class

Methods | This Package | All Packages

Implements a dialog box that is displayed when an unhandled exception occurs in a thread.

Form
  |
  +--ThreadExceptionDialog

package com.ms.wfc.app

public class ThreadExceptionDialog
extends
Form****

Remarks

The ThreadExceptionDialog class provides a dialog box that is displayed when an unhandled exception occurs in a thread. To display the form once it has been created, use the showDialog method in the Form class. The dialog box provides a description of the thread that caused the error as well as a Details button so you can display the call stack where the exception occurred. Use the ThreadExceptionDialog class to assist in debugging applications.

Note   The ThreadExceptionDialog is automatically shown in response to an unhandled exception if a handler for a thread exception is not provided.

See Also   com.ms.wfc.ui.Form.showDialog, com.ms.wfc.ui.Form, ThreadExceptionEventHandler