System.Threading.ThreadInterruptedException
namespace System.Threading
{
public class ThreadInterruptedException : SystemException
{
public ThreadInterruptedException();
protected ThreadInterruptedException(SerializationInfo info, StreamingContext context);
public ThreadInterruptedException(string message);
public ThreadInterruptedException(string message, Exception innerException);
}
}