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