NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Application.RemoveOnThreadException

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
);

Parameters

handler
The System.WinForms.ThreadExceptionEventHandler to remove.

See Also

Application Class | Application Members | System.WinForms Namespace