Class NotConnectedTimeoutException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception thrown when a connection fails to be established and the connection process times out.
public class NotConnectedTimeoutException : NotConnectedException, ISerializable
- Inheritance
-
NotConnectedTimeoutException
- Implements
- Inherited Members
- Extension Methods
Constructors
- NotConnectedTimeoutException()
Initializes a new instance of the NotConnectedException class.
- NotConnectedTimeoutException(string)
Initializes a new instance of the NotConnectedTimeoutException class with a specified error message.
- NotConnectedTimeoutException(string, Exception?)
Initializes a new instance of the NotConnectedTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.