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

Indicates if the runtime is terminating.

[Visual Basic]
Public ReadOnly Property IsTerminating As Boolean
[C#]
public bool IsTerminating {get;}
[C++]
public: __property bool get_IsTerminating();
[JScript]
public function get IsTerminating() : Boolean;

Property Value

Read-only. Indicates if the runtime is terminating.

See Also

UnhandledExceptionEvent Class | UnhandledExceptionEvent Members | System Namespace