Constructor UnsupportedDependencyInterfaceException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
UnsupportedDependencyInterfaceException()
Initializes a new instance of the UnsupportedDependencyInterfaceException class.
public UnsupportedDependencyInterfaceException()
UnsupportedDependencyInterfaceException(string)
Initializes a new instance of the UnsupportedDependencyInterfaceException class with a specified error message.
public UnsupportedDependencyInterfaceException(string message)
Parameters
message
stringThe message that describes the error.
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.
public UnsupportedDependencyInterfaceException(string message, Exception? innerException)