Mono Class Library: System Namespace

System.NotImplementedException Class

Represents the error that occurs when a requested operation is not implemented for a given type. [Edit]

See Also: NotImplementedException Members

System.Object
     System.Exception
          System.SystemException
               System.NotImplementedException

[System.Runtime.InteropServices.ComVisible(true)]
public class NotImplementedException : SystemException

Remarks

Note:

A number of the types and constructs, specified elsewhere in this Standard, are not required of CLI implementations that conform only to the Kernel Profile. For example, the floating-point feature set consists of the floating-point data types floatand double. If support for these is omitted from an implementation, any attempt to reference a signature that includes the floating-point data types results in an exception of type NotImplementedException .

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0