[To be supplied.]
The following declaration shows the syntax for a method that handles the UnhandledException event.
[Visual Basic] Private Sub AppDomainName_UnhandledException( _ ByVal sender As Object, _ ByVal e As UnhandledExceptionEventArgs _ ) [C#] private void AppDomainName_UnhandledException( object sender, UnhandledExceptionEventArgs e ); [C++] private: void AppDomainName_UnhandledException( Object* sender, UnhandledExceptionEventArgs* e ); [JScript] private AppDomainName_UnhandledException( sender : Object, e : UnhandledExceptionEventArgs );