Mono Class Library: System.Threading.ThreadAbortException Overview | Members

System.Threading.ThreadAbortException.ExceptionState Property

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

public object ExceptionState { get; }

Value

A object. [Edit]

Remarks

This property is read-only.

The object returned by this property is specified via the stateInfo parameter of Thread.Abort(object). This property returns null if no object was specified, or the Thread.Abort(object) method with no parameters was called. 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.

[Edit]

Requirements

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