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