Click or drag to resize

QdbEmptyColumnException Class

Exception thrown when an entry cannot be found in the database.
Inheritance Hierarchy
System.Object
  System.Exception
    Quasardb.Exceptions.QdbException
      Quasardb.Exceptions.QdbOperationException
        Quasardb.Exceptions.QdbColumnException
          Quasardb.Exceptions.QdbEmptyColumnException

Namespace:  Quasardb.Exceptions
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public sealed class QdbEmptyColumnException : QdbColumnException

The QdbEmptyColumnException 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.
(Inherited from QdbColumnException.)
Top
See Also