ImageGear .NET v25.0 - Updated
ShowExceptionInfo Method




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : ShowExceptionInfo Method
Handle of window to use as parent for dialog box.
Exception to show information about.
Shows a window with information about an exception.
Syntax
'Declaration
 
Public Shared Sub ShowExceptionInfo( _
   ByVal owner As IWin32Window, _
   ByVal exception As Exception _
) 
'Usage
 
Dim owner As IWin32Window
Dim exception As Exception
 
ImGearWinForms.ShowExceptionInfo(owner, exception)
public static void ShowExceptionInfo( 
   IWin32Window owner,
   Exception exception
)
public: static void ShowExceptionInfo( 
   IWin32Window* owner,
   Exception* exception
) 
public:
static void ShowExceptionInfo( 
   IWin32Window^ owner,
   Exception^ exception
) 

Parameters

owner
Handle of window to use as parent for dialog box.
exception
Exception to show information about.
Remarks
This method is typically called in the outermost catch block of a thread for which RegisterExceptionHandler was called. But, it can be used any time an exception occurs.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members