Click or drag to resize

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
SystemObject
  SystemException
    VelocityDb.ExceptionsInvalidChangeOfDatabaseLocation

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class InvalidChangeOfDatabaseLocation : Exception
See Also