Constructor OperationFailedException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
OperationFailedException()
Initializes a new instance of the OperationFailedException class.
public OperationFailedException()
OperationFailedException(string)
Initializes a new instance of the OperationFailedException class with a specified error message.
public OperationFailedException(string message)
Parameters
message
stringThe message that describes the error.
OperationFailedException(string, Exception?)
Initializes a new instance of the OperationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public OperationFailedException(string message, Exception? innerException)