Table of Contents

Class ConnectionInitializationException

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

Exception for the following cases:

  • a connection with an exchange server cannot be established (e.g. networking issues, authentication issues, etc.), or
  • an exchange API initialization procedure fails for some reason (e.g. an invalid or and unexpected response for an API request).
public class ConnectionInitializationException : ScriptApiException, ISerializable
Inheritance
ConnectionInitializationException
Implements
Inherited Members
Extension Methods

Constructors

ConnectionInitializationException()

Initializes a new instance of the ConnectionInitializationException class.

ConnectionInitializationException(string)

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

ConnectionInitializationException(string, Exception?)

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