Table of Contents

Class LightningSendNotFundableException

Namespace
NArk.ArkadeIntents.Lightning
Assembly
NArk.ArkadeIntents.dll

Thrown when a maker's own gates refuse to fund a quote.

public sealed class LightningSendNotFundableException : Exception, ISerializable
Inheritance
LightningSendNotFundableException
Implements
Inherited Members

Constructors

LightningSendNotFundableException(FundingRefusal, string)

Creates the exception.

public LightningSendNotFundableException(FundingRefusal reason, string message)

Parameters

reason FundingRefusal

Which gate refused.

message string

A human-readable elaboration.

Properties

Reason

Which gate refused. Branch on this, never on the message.

public FundingRefusal Reason { get; }

Property Value

FundingRefusal