UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ExceptionDlg Class Reference

A dialog that displays an exception trace in an HTML page. More...

Inherits Form.

Public Member Functions

 ExceptionDlg ()
 Initializes a new instance of the ExceptionDlg class. More...
 
void ShowDialog (string caption, Exception e)
 Display the exception in the dialog. More...
 

Static Public Member Functions

static void Show (string caption, Exception e)
 Displays the exception in a dialog. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

A dialog that displays an exception trace in an HTML page.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ExceptionDlg.ExceptionDlg ( )
inline

Initializes a new instance of the ExceptionDlg class.

Member Function Documentation

override void UnifiedAutomation.UaBase.ExceptionDlg.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
static void UnifiedAutomation.UaBase.ExceptionDlg.Show ( string  caption,
Exception  e 
)
inlinestatic

Displays the exception in a dialog.

void UnifiedAutomation.UaBase.ExceptionDlg.ShowDialog ( string  caption,
Exception  e 
)
inline

Display the exception in the dialog.


The documentation for this class was generated from the following files: