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