Class InterfaceCallFailedException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when a method, called on a dependency interface, failed.
public class InterfaceCallFailedException : ScriptApiException, ISerializable
- Inheritance
-
InterfaceCallFailedException
- Implements
- Inherited Members
- Extension Methods
Constructors
- InterfaceCallFailedException()
Initializes a new instance of the InterfaceCallFailedException class.
- InterfaceCallFailedException(string)
Initializes a new instance of the InterfaceCallFailedException class with a specified error message.
- InterfaceCallFailedException(string, Exception?)
Initializes a new instance of the InterfaceCallFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.