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