ImageGear .NET v25.0 - Updated
UnRegisterExceptionHandler Method




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearWinForms Class : UnRegisterExceptionHandler Method
Unregisters an exception handler for the entire application, used to display ImageGear error information.
Syntax
'Declaration
 
Public Shared Sub UnRegisterExceptionHandler() 
'Usage
 
ImGearWinForms.UnRegisterExceptionHandler()
public static void UnRegisterExceptionHandler()
public: static void UnRegisterExceptionHandler(); 
public:
static void UnRegisterExceptionHandler(); 
Remarks
This method must only be called in a thread in which the RegisterExceptionHandler method was previously called.
See Also

Reference

ImGearWinForms Class
ImGearWinForms Members
RegisterExceptionHandler Method