• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class LicensingException

LicensingException is thrown when Either license has expired or some error occurred during the validation of license.

Inheritance
System.Object
System.Exception
CacheException
LicensingException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class LicensingException : CacheException, ISerializable, _Exception

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.

Back to top Copyright © 2017 Alachisoft