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!

UnhandledExceptionEvent Class

Represents an exception event that was not handled by an application domain.

Object
   EventArgs
      UnhandledExceptionEvent

[Visual Basic]
Public Class UnhandledExceptionEvent
   Inherits EventArgs
[C#]
public class UnhandledExceptionEvent : EventArgs
[C++]
public __gc class UnhandledExceptionEvent : public EventArgs
[JScript]
public class UnhandledExceptionEvent extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

UnhandledExceptionEvent Members | System Namespace