Click or drag to resize

MaxNumberOfDatabasesException Class

Exception thrown when trying to create a Database but no more Database numbers are available. The Maximum Database number is MaxValue or 13 if no valid license is found.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsMaxNumberOfDatabasesException

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