The NotImplementedException type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides VisionException Equals(Object).) | |
| GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.) | |
| GetHashCode | Returns the hash code of this object. (Overrides VisionException GetHashCode .) | |
| GetObjectData | When overridden in a derived class, sets the SerializationInfo with information about the exception. (Inherited from Exception.) | |
| GetType | Gets the runtime type of the current instance. (Inherited from Exception.) | |
| ToString | Returns a human readable string representation of the object. |
See Also