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