Removes an event handler associated with the System.WinForms.Application.ThreadException event.
[Visual Basic] Public Shared Sub RemoveOnThreadException( _ ByVal handler As ThreadExceptionEventHandler _ ) [C#] public static void RemoveOnThreadException( ThreadExceptionEventHandler handler ); [C++] public: static void RemoveOnThreadException( ThreadExceptionEventHandler* handler ); [JScript] public static function RemoveOnThreadException( handler : ThreadExceptionEventHandler );
Application Class | Application Members | System.WinForms Namespace