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

The exception object.

[Visual Basic]
Public ReadOnly Property ExceptionObject As Object
[C#]
public object ExceptionObject {get;}
[C++]
public: __property Object* get_ExceptionObject();
[JScript]
public function get ExceptionObject() : Object;

Property Value

Read-only. The exception object.

See Also

UnhandledExceptionEvent Class | UnhandledExceptionEvent Members | System Namespace