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: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class MaxNumberOfDatabasesException : Exception
See Also