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!

AppDomain.RemoveOnUnhandledException

Unsubscribes to the "unhandled exception" event.

[Visual Basic]
Public Sub RemoveOnUnhandledException( _
   ByVal handler As UnhandledExceptionEventHandler _
)
[C#]
public void RemoveOnUnhandledException(
   UnhandledExceptionEventHandler handler
);
[C++]
public: void RemoveOnUnhandledException(
   UnhandledExceptionEventHandler* handler
);
[JScript]
public function RemoveOnUnhandledException(
   handler : UnhandledExceptionEventHandler
);

Parameters

handler
The delegate that was previously registered.

See Also

AppDomain Class | AppDomain Members | System Namespace