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!

ThreadAbortException.ExceptionState

Retrieves the currently running thread object.

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

Remarks

This method returns the exception state for the current thread object. (For more infomation, see Object and CurrentThread.)

See Also

ThreadAbortException Class | ThreadAbortException Members | System.Threading Namespace