Class MalfunctionException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when an internal API subsystem throws an unexpected exception and WhalesSecret does not know how to recover from the situation.
public class MalfunctionException : ScriptApiException, ISerializable
- Inheritance
-
MalfunctionException
- Implements
- Inherited Members
- Extension Methods
Constructors
- MalfunctionException()
Initializes a new instance of the MalfunctionException class.
- MalfunctionException(string)
Initializes a new instance of the MalfunctionException class with a specified error message.
- MalfunctionException(string, Exception?)
Initializes a new instance of the MalfunctionException class with a specified error message and a reference to the inner exception that is the cause of this exception.