Class ScriptApiException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Base class for all script API exceptions.
public abstract class ScriptApiException : Exception, ISerializable
- Inheritance
-
ScriptApiException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
- ScriptApiException()
Initializes a new instance of the ScriptApiException class.
- ScriptApiException(string)
Initializes a new instance of the ScriptApiException class with a specified error message.
- ScriptApiException(string, Exception?)
Initializes a new instance of the ScriptApiException class with a specified error message and a reference to the inner exception that is the cause of this exception.