ThreadInterruptedException Constructor ()

 

Initializes a new instance of the ThreadInterruptedException class with default properties.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
ThreadInterruptedException()

The following table shows the initial property values for an instance of ThreadInterruptedException.

Property

Value

InnerException

null.

Message

The localized error message string.

.NET Framework
Available since 1.1
Return to top
Show: