Class ApiRequestLimitReachedException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when an exchange API limit was reached.
public class ApiRequestLimitReachedException : ScriptApiException, ISerializable
- Inheritance
-
ApiRequestLimitReachedException
- Implements
- Inherited Members
- Extension Methods
Constructors
- ApiRequestLimitReachedException()
Initializes a new instance of the ApiRequestLimitReachedException class.
- ApiRequestLimitReachedException(string)
Initializes a new instance of the ApiRequestLimitReachedException class with a specified error message.
- ApiRequestLimitReachedException(string, Exception?)
Initializes a new instance of the ApiRequestLimitReachedException class with a specified error message and a reference to the inner exception that is the cause of this exception.