Name

ThreadAbortException

Synopsis

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 NotInheritable Class ThreadAbortException : Inherits SystemException
' Public Instance Properties
   Public ReadOnly Property ExceptionState As Object  
End Class

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemException ThreadAbortException

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.