ImageGear .NET v24.14 - Updated September 15, 2020
ShowExceptionInfo Method




ImageGear24.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)

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