NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ThreadInterruptedException Constructor

Initializes a new instance of the ThreadInterruptedException class.

Overload List

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);

See Also

ThreadInterruptedException Class | ThreadInterruptedException Members | System.Threading Namespace