NoValidVelocityDBLicenseFoundException Class |
Exception thrown when trying to add/update database schema and no valid VelocityDB license is found in license database (4.odb).
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class NoValidVelocityDBLicenseFoundException : Exception
<SerializableAttribute>
Public Class NoValidVelocityDBLicenseFoundException
Inherits Exception
[SerializableAttribute]
public ref class NoValidVelocityDBLicenseFoundException : public Exception
[<SerializableAttribute>]
type NoValidVelocityDBLicenseFoundException =
class
inherit Exception
end
See Also