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
SignerException(string, ChannelId?, Exception, string?)
public SignerException(string message, ChannelId? channelId, Exception innerException, string? peerMessage = null)
Parameters
SignerException(string, ChannelId?, string?)
public SignerException(string message, ChannelId? channelId, string? peerMessage = null)
Parameters
SignerException(string, string?)
public SignerException(string message, string? peerMessage = null)