Table of Contents

Class ConnectionException

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

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

public class ConnectionException : ErrorException, ISerializable
Inheritance
ConnectionException
Implements
Derived
Inherited Members

Remarks

We usually want to close the connection when this exception is thrown.

Constructors

ConnectionException(string)

public ConnectionException(string message)

Parameters

message string

ConnectionException(string, Exception)

public ConnectionException(string message, Exception innerException)

Parameters

message string
innerException Exception