Table of Contents

Class SignerException

Namespace
NLightning.Domain.Exceptions
Assembly
NLightning.Domain.dll
public class SignerException : ChannelErrorException, ISerializable
Inheritance
SignerException
Implements
Inherited Members

Constructors

SignerException(string, Exception, string?)

public SignerException(string message, Exception innerException, string? peerMessage = null)

Parameters

message string
innerException Exception
peerMessage string

SignerException(string, ChannelId?, Exception, string?)

public SignerException(string message, ChannelId? channelId, Exception innerException, string? peerMessage = null)

Parameters

message string
channelId ChannelId?
innerException Exception
peerMessage string

SignerException(string, ChannelId?, string?)

public SignerException(string message, ChannelId? channelId, string? peerMessage = null)

Parameters

message string
channelId ChannelId?
peerMessage string

SignerException(string, string?)

public SignerException(string message, string? peerMessage = null)

Parameters

message string
peerMessage string