Class RejectedException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when a request sent to the exchange is valid but is rejected by exchange for some reason.
public class RejectedException : ScriptApiException, ISerializable
- Inheritance
-
RejectedException
- Implements
- Inherited Members
- Extension Methods
Constructors
- RejectedException()
Initializes a new instance of the RejectedException class.
- RejectedException(string)
Initializes a new instance of the RejectedException class with a specified error message.
- RejectedException(string, Exception?)
Initializes a new instance of the RejectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.