Bridge

NotImplementedException Class

The exception that is thrown when a requested method or operation is not implemented.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class NotImplementedException : Exception, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class NotImplementedException _
	Inherits Exception _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class NotImplementedException : public Exception, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..NotImplementedException