Click or drag to resize

QdbAliasAlreadyExistsException Class

Exception thrown when the specified entry already exists in the database.
Inheritance Hierarchy
System.Object
  System.Exception
    Quasardb.Exceptions.QdbException
      Quasardb.Exceptions.QdbOperationException
        Quasardb.Exceptions.QdbAliasAlreadyExistsException

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

The QdbAliasAlreadyExistsException type exposes the following members.

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