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: 11.1.0.0 (11.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