NotImplementedException ClassCognex VisionPro 9.23
Inheritance Hierarchy

System Object
  System Exception
    Cognex.Vision VisionException
      Cognex.Vision NotImplementedException

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public sealed class NotImplementedException : VisionException, 
	IObject

The NotImplementedException type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides VisionException Equals(Object).)
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides VisionException GetHashCode .)
Public methodGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Public methodToString

Returns a human readable string representation of the object.

(Overrides Exception ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two NotImplementedException objects.
Public operatorStatic memberInequality
Compares the inequality of two NotImplementedException objects.
Top
Properties

  NameDescription
Public propertyCode
(Overrides VisionException Code.)
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyHandle (Overrides VisionException Handle.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
(Overrides VisionException Message.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Top
See Also