System.NotImplementedException Class

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

See Also: NotImplementedException Members

Syntax

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

Remarks

NotImplementedException uses the default object.Equals(object) implementation, which supports reference equality. For a list of initial values for an instance of NotImplementedException, see the NotImplementedException.#ctor constructors.

Requirements

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