The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.NotSupportedException = function();
Type.createClass(
'System.NotSupportedException',
SystemException); |
Inheritance Hierarchy
See Also