Click or drag to resize
LicenseException Class
Throws when system requests feature with insufficient license
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineLicenseException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class LicenseException : Exception
Constructors
  NameDescription
Public methodLicenseException
Initializes a new instance of the LicenseException class with default values.
Protected methodLicenseException(SerializationInfo, StreamingContext)
Initializes a new instance of the LicenseException class with serialized data.
Public methodLicenseException(String, Exception)
Initializes a new instance of the LicenseException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also