System.Threading.ThreadAbortException.ExceptionState Property

Gets an object that contains application-specific information related to the thread abort.

Syntax

public object ExceptionState { get; }

Value

A object.

Remarks

The object returned by this property is specified through the stateInfo parameter of the Thread.Abort(object) 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.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0