Table of Contents

Class ChannelException

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

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

public class ChannelException : ErrorException, ISerializable
Inheritance
ChannelException
Implements
Inherited Members

Remarks

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

Constructors

ChannelException(string)

public ChannelException(string message)

Parameters

message string

ChannelException(string, Exception)

public ChannelException(string message, Exception innerException)

Parameters

message string
innerException Exception