ThreadAbortException.ExceptionState Property
.NET Framework (current version)
Gets an object that contains application-specific information related to the thread abort.
Assembly: mscorlib (in mscorlib.dll)
The object returned by this property is specified through the stateInfo parameter of the Abort method. The exact content and usage of this object is application defined; it is typically used to convey information that is meaningful to the thread being aborted.
.NET Framework
Available since 1.1
Available since 1.1
Show: