Initializes a new instance of the ThreadInterruptedException class.
Initializes a new instance of the ThreadInterruptedException class with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public ThreadInterruptedException();
[C++] public: ThreadInterruptedException();
[JScript] public function ThreadInterruptedException();
Initializes a new instance of the ThreadInterruptedException class with a specified message.
[Visual Basic] Overloads Public Sub New(String)
[C#] public ThreadInterruptedException(String);
[C++] public: ThreadInterruptedException(String*);
[JScript] public function ThreadInterruptedException(String);
Initializes a new instance of the ThreadInterruptedException class with a specified message and the exception that is the root cause of the current exception.
[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public ThreadInterruptedException(String, Exception);
[C++] public: ThreadInterruptedException(String*, Exception);
[JScript] public function ThreadInterruptedException(String, Exception);
ThreadInterruptedException Class | ThreadInterruptedException Members | System.Threading Namespace