Class OperationFailedException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when an operation failed in general.
public class OperationFailedException : ScriptApiException, ISerializable
- Inheritance
-
OperationFailedException
- Implements
- Inherited Members
- Extension Methods
Constructors
- OperationFailedException()
Initializes a new instance of the OperationFailedException class.
- OperationFailedException(string)
Initializes a new instance of the OperationFailedException class with a specified error message.
- 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.