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;
This method returns the exception state for the current thread object. (For more infomation, see Object and CurrentThread.)
ThreadAbortException Class | ThreadAbortException Members | System.Threading Namespace