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
public class LicensingException : CacheException
Name | Description |
---|---|
LicensingException() | default constructor. |
LicensingException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
LicensingException(String) | overloaded constructor, takes the reason as parameter. |
LicensingException(String, Exception) | overloaded constructor. |