Class InvalidProductLicenseException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when an invalid product license has been provided.
public class InvalidProductLicenseException : ScriptApiException, ISerializable
- Inheritance
-
InvalidProductLicenseException
- Implements
- Inherited Members
- Extension Methods
Constructors
- InvalidProductLicenseException()
Initializes a new instance of the InvalidProductLicenseException class.
- InvalidProductLicenseException(string)
Initializes a new instance of the InvalidProductLicenseException class with a specified error message.
- InvalidProductLicenseException(string, Exception?)
Initializes a new instance of the InvalidProductLicenseException class with a specified error message and a reference to the inner exception that is the cause of this exception.