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