Table of Contents

Class ConnectionTimeoutException

Namespace
NLightning.Bolts.Exceptions
Assembly
NLightning.Bolts.dll

Represents an exception that is thrown when a connection timeout occurs.

public class ConnectionTimeoutException : ConnectionException, ISerializable
Inheritance
ConnectionTimeoutException
Implements
Inherited Members

Constructors

ConnectionTimeoutException(string)

public ConnectionTimeoutException(string message)

Parameters

message string

ConnectionTimeoutException(string, Exception)

public ConnectionTimeoutException(string message, Exception innerException)

Parameters

message string
innerException Exception