The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Thread.Abort Method
.NET Framework 2.0
Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread.
| Name | Description |
|---|---|
| Thread.Abort () | Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread. Supported by the .NET Compact Framework. |
| Thread.Abort (Object) | Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread while also providing exception information about the thread termination. Calling this method usually terminates the thread. Supported by the .NET Compact Framework. |
Community Additions
Show: