Class LicensingException
LicensingException is thrown when Either license has expired or some error occurred during the validation of license.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class LicensingException : CacheException, ISerializable
Constructors
Name | Description |
---|---|
LicensingException() | Default constructor. |
LicensingException(Int32) | Overloaded Constructor. |
LicensingException(Int32, String) | Overloaded constructor, takes the reason and errorCode as parameter. |
LicensingException(Int32, String, Exception) | Overloaded constructor. |
LicensingException(Int32, String, String) | Overloaded constructor |
LicensingException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
LicensingException(String) | Overloaded constructor, takes the reason as parameter. |
LicensingException(String, Exception) | Overloaded constructor. |