Class ProductLicenseRestrictionException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when a feature is not available or is limited because of a license restriction.
public class ProductLicenseRestrictionException : ScriptApiException, ISerializable
- Inheritance
-
ProductLicenseRestrictionException
- Implements
- Inherited Members
- Extension Methods
Constructors
- ProductLicenseRestrictionException()
Initializes a new instance of the ProductLicenseRestrictionException class.
- ProductLicenseRestrictionException(string)
Initializes a new instance of the ProductLicenseRestrictionException class with a specified error message.
- ProductLicenseRestrictionException(string, Exception?)
Initializes a new instance of the ProductLicenseRestrictionException class with a specified error message and a reference to the inner exception that is the cause of this exception.