Click or drag to resize

TryingToDeleteDeletedDatabaseException Class

Exception thrown when attempting to delete a Database that already was deleted in the same transaction
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsTryingToDeleteDeletedDatabaseException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class TryingToDeleteDeletedDatabaseException : Exception
See Also