Table of Contents

Class ExchangeResponseTimeoutException

Namespace
WhalesSecret.TradeScriptLib.Exceptions
Assembly
WhalesSecret.TradeScriptLib.dll

Exception for cases when exchange does not respond in timely manner.

public class ExchangeResponseTimeoutException : ScriptApiException, ISerializable
Inheritance
ExchangeResponseTimeoutException
Implements
Inherited Members
Extension Methods

Constructors

ExchangeResponseTimeoutException()

Initializes a new instance of the ExchangeResponseTimeoutException class.

ExchangeResponseTimeoutException(string)

Initializes a new instance of the ExchangeResponseTimeoutException class with a specified error message.

ExchangeResponseTimeoutException(string, Exception?)

Initializes a new instance of the ExchangeResponseTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.