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 Constructor

Initializes an instance of the UnhandledExceptionEvent class.

[Visual Basic]
Public Sub New( _
   ByVal exception As Object, _
   ByVal isTerminating As Boolean _
)
[C#]
public UnhandledExceptionEvent(
   object exception,
   bool isTerminating
);
[C++]
public: UnhandledExceptionEvent(
   Object* exception,
   bool isTerminating
);
[JScript]
public function UnhandledExceptionEvent(
   exception : Object,
   isTerminating : Boolean
);

Parameters

exception
The exception that was not handled.
isTerminating
Indicates if the runtime is terminating.

See Also

UnhandledExceptionEvent Class | UnhandledExceptionEvent Members | System Namespace