Overview | Methods | This Package | All Packages
Creates a new ThreadExceptionDialog object.
Syntax
public ThreadExceptionDialog( Throwable t )
Parameters
t
The exception that occurred.
Remarks
When the dialog box has been constructed, use the showDialog method of the Form class to display it. You can determine which button was clicked in a ThreadExceptionDialog by using the return value of the showDialog method and comparing the value to the fields in the com.ms.wfc.ui.DialogResult class. You can also determine the button that was clicked by calling the com.ms.wfc.ui.Form.getDialogResult method and comparing the value to the fields in the DialogResult class.