DeployLX Software Protection System

SecureLicenseException Class

Represents an general exception that has occurred during licensing. The NoLicenseException is thrown when there are no valid licenses on the machine.

Syntax

<SerializableAttribute> _
Public Class SecureLicenseException _
	Inherits Exception _
	Implements ISerializable
[SerializableAttribute]
public class SecureLicenseException : Exception, 
	ISerializable

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    DeployLX.Licensing.v5..::..SecureLicenseException
      DeployLX.Licensing.Management.v5..::..LicenseManagementException
      DeployLX.Licensing.Nlm.v5..::..NetworkLicenseException

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also