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();
NotSupportedException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
NotSupportedException Class | NotSupportedException Members | System Namespace | NotSupportedException Constructor Overload List