Click or drag to resize

NoLicenseException Class

Thrown when either there is no license to use the xTend API or a license cannot be obtained to perform a function.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class NoLicenseException : xTendExceptionBase
Constructors
  NameDescription
Public methodNoLicenseException
Initializes a new instance of the NoLicenseException class.
Public methodNoLicenseException(String)
Initializes a new instance of the NoLicenseException class with a specified error message.
Public methodNoLicenseException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoLicenseException class with serialized data.
Top
See Also