VelocityDb.Exceptions Namespace |
Class | Description | |
---|---|---|
AlreadyInCommitException |
Exception thrown when attempting to commit a transaction when we already are within transaction commit code.
| |
AlreadyInTransactionException |
Exception thrown when attempting to start a transaction when an active transaction already exist.
| |
DatabaseAlreadyExistsException |
Exception thrown when trying to create a Database that already exist (file system file exist).
| |
DatabaseDoesNotExistException |
Exception thrown when the requested >Database does not exist.
| |
DatabaseReadLockException |
Exception thrown when a Database level read lock failed.
| |
DesKeyMissingException |
Exception thrown when an internal error was detected. This type of error is most likly due to a bug in VelocityDb.
| |
FieldDoesNotExistException |
Exception thrown when specifying a field name that does not exist in the given class/struct.
| |
IndexDatabaseNotSpecifiedException |
Exception thrown when attempting to open an in database index without specifying a database.
| |
IndexDatabaseOrBTreeMissingException |
Exception thrown when attempting to open an in database index without specifying a database.
| |
IndexDatabaseSpecifiedForGlobalIndexException |
Exception thrown when attempting to open a global index and specifying a database.
| |
InternalErrorException |
Exception thrown when an internal error was detected. This type of error is most likly due to a bug in VelocityDb.
| |
InTransactionException |
Exception thrown when calling certain SessionBase api that requires that session IS NOT in an active transaction.
| |
InUpdateTransactionException |
Exception thrown when calling certain SessionBase api that requires that session IS NOT in an active update transaction.
| |
InvalidChangeOfDatabaseLocation |
Exception thrown when trying to do an invalid change of a DatabaseLocation. It could be a change to the start database number that if permitted skips one or more other DatabaseLocations.
| |
InvalidChangeOfDefaultLocationException |
Exception thrown when trying to do an invalid change of the startup DatabaseLocation.
| |
MaxNumberOfDatabasesException | ||
NotInTransactionException |
Exception thrown when trying to do persistent operations without first starting a transaction.
| |
NoValidVelocityDBLicenseFoundException |
Exception thrown when trying to add/update database schema and no valid VelocityDB license is found in license database (4.odb).
| |
NullObjectException |
Exception thrown when an object unexpectedly is null.
| |
ObjectDoesNotExistException |
Exception thrown when the requested >IOptimizedPersistable does not exist.
| |
ObjectNotInSameDatabaseAsOidShortCollectionException |
Exception thrown when object is not in the same database as a ShortOid collection Database failed.
| |
OpenDatabaseException |
Exception thrown when openeing a Database failed.
| |
OptimisticLockingFailed |
Exception thrown when a optimistic locking failed due to another transcation having updated a Page or Database.
| |
PageDeadLockException |
Exception thrown when a Page level lock failed due to a deadlock with another transaction
| |
PageDoesNotExistException |
Exception thrown when the requested >Page does not exist.
| |
PageReadLockException |
Exception thrown when failing to get a Page level read lock.
| |
PageUpdateLockException |
Exception thrown when a Page level update lock failed.
| |
PersistedObjectExcpectedException |
Exception thrown when a persisted object wsa expected but was not.
| |
ReferentialIntegrityException |
Exception thrown when an internal error was detected. This type of error is most likly due to a bug in VelocityDb.
| |
RequestedPlacementDatabaseNumberNotValidException |
Exception thrown when a requested placement Database number is invalid.
| |
RequestedPlacementPageNumberNotValidException |
Exception thrown when a requested placement Page number is invalid.
| |
SubscriptionsNotAvailableWithNoServerSessionException |
Exception thrown when trying to use event subscription api with NON server session. Subscriptions require use of server.
| |
SystemDatabaseNotFoundWithReadonlyTransactionException |
Exception thrown when a read only transaction try to open a non existing Database 0
| |
TryingToBeginReadOnlyTransactionWhileInUpdateTransactionException |
Exception thrown when attempting to start a read only transaction while in an update transaction.
| |
TryingToDeleteDeletedDatabaseException |
Exception thrown when attempting to delete a Database that already was deleted in the same transaction
| |
UnexpectedException |
Exception thrown when something unexpected happened and no specific exception exist for it.
| |
UniqueConstraintException |
Exception thrown when attempting to open an in database index without specifying a database.
| |
UpdateLockFailedException |
Exception thrown when an update lock failed.
| |
WeakIOptimizedPersistableReferenceMustBePersistentException |
Exception thrown when a persisted object wsa expected but was not.
|