Click or drag to resize

QdbColumnException Class

Exception throw when an error concerns a time-series column.
Inheritance Hierarchy
SystemObject
  SystemException
    Quasardb.ExceptionsQdbException
      Quasardb.ExceptionsQdbOperationException
        Quasardb.ExceptionsQdbColumnException
          Quasardb.ExceptionsQdbColumnNotFoundException
          Quasardb.ExceptionsQdbEmptyColumnException

Namespace:  Quasardb.Exceptions
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbColumnException : QdbOperationException

The QdbColumnException type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Gets the alias of the entry that caused the error.
(Inherited from QdbOperationException.)
Public propertyColumn
The name of the column.
Top
See Also