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!

NotSupportedException Constructor

Initializes an instance of the NotSupportedException class.

Overload List

Initializes an instance of the NotSupportedException class with default properties.

[Visual Basic] Overloads Public Sub New()
[C#] public NotSupportedException();
[C++] public: NotSupportedException();
[JScript] public function NotSupportedException();

Initializes an instance of NotSupportedException with a specified message.

[Visual Basic] Overloads Public Sub New(String)
[C#] public NotSupportedException(String);
[C++] public: NotSupportedException(String*);
[JScript] public function NotSupportedException(String);

Initializes an instance of NotSupportedException with a specified message and the exception that is the root cause of this exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public NotSupportedException(String, Exception);
[C++] public: NotSupportedException(String*, Exception);
[JScript] public function NotSupportedException(String, Exception);

See Also

NotSupportedException Class | NotSupportedException Members | System Namespace