JET_ERRINFOBASIC members

Include protected members
Include inherited members

Contains the information about an error.

The JET_ERRINFOBASIC type exposes the following members.

Constructors

  Name Description
Public method JET_ERRINFOBASIC Initializes a new instance of the JET_ERRINFOBASIC class.

Top

Properties

  Name Description
Public property errcat Gets or sets the category of the error.
Public property errValue Gets or sets the error value for the requested info level.
Public property lSourceLine Gets or sets the source file line for the requested info level.
Public property rgCategoricalHierarchy Gets or sets the hierarchy of errors. Position 0 is the highest level in the hierarchy, and the rest are JET_errcatUnknown.
Public property rgszSourceFile Gets or sets the source file name for the requested info level.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_ERRINFOBASIC class

Microsoft.Isam.Esent.Interop.Windows8 namespace