ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearWinForms Class / UnRegisterExceptionHandler Method




In This Topic
    UnRegisterExceptionHandler Method
    In This Topic
    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