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