When overridden in a derived class, manages an unhandled thread exception.
[Visual Basic] Overridable Protected Sub OnThreadException( _ ByVal e As Exception _ ) [C#] protected virtual void OnThreadException( Exception e ); [C++] protected: virtual void OnThreadException( Exception* e ); [JScript] protected function OnThreadException( e : Exception );
Typically, thread exceptions are handled by OnThreadException.
NativeWindow Class | NativeWindow Members | System.WinForms Namespace | NativeWindow | Handle | AssignHandle | CreateHandle | DestroyHandle | ReleaseHandle | WndProc | Application