NotSupportedException Class
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:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class NotSupportedException : Exception, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class NotSupportedException _ Inherits Exception _ Implements IBridgeClass
[ExternalAttribute] [NamespaceAttribute] public ref class NotSupportedException : public Exception, IBridgeClass