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.AddOnUnhandledException

Subscribes to the "unhandled exception" event.

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

Parameters

handler
A delegate of type EventHandler to receive the event.

See Also

AppDomain Class | AppDomain Members | System Namespace