August 2003
Intermediate to advanced
928 pages
32h 1m
English
ThreadAbortException
This exception is thrown on a running thread
when Thread.Abort( ) is called. This exception is catchable, but it is
automatically rethrown (see Thread for more
details).
public sealed class ThreadAbortException : SystemException { // Public Instance Properties public object ExceptionState{get; } }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
ThreadAbortException