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
reasonFundingRefusalWhich gate refused.
messagestringA human-readable elaboration.
Properties
Reason
Which gate refused. Branch on this, never on the message.
public FundingRefusal Reason { get; }