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