InvalidChangeOfDatabaseLocation Class |
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.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class InvalidChangeOfDatabaseLocation : Exception
<SerializableAttribute>
Public Class InvalidChangeOfDatabaseLocation
Inherits Exception
[SerializableAttribute]
public ref class InvalidChangeOfDatabaseLocation : public Exception
[<SerializableAttribute>]
type InvalidChangeOfDatabaseLocation =
class
inherit Exception
end
See Also