TryingToDeleteDeletedDatabaseException Class |
Exception thrown when attempting to delete a Database that already was deleted in the same transaction
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class TryingToDeleteDeletedDatabaseException : Exception
<SerializableAttribute>
Public Class TryingToDeleteDeletedDatabaseException
Inherits Exception
[SerializableAttribute]
public ref class TryingToDeleteDeletedDatabaseException : public Exception
[<SerializableAttribute>]
type TryingToDeleteDeletedDatabaseException =
class
inherit Exception
end
See Also