Table of Contents

Class OnchainReceiveNotFundableException

Namespace
NArk.ArkadeIntents.Onchain
Assembly
NArk.ArkadeIntents.dll

Thrown when an onchain receive quote is refused before anything is funded.

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

Constructors

OnchainReceiveNotFundableException(OnchainReceiveRefusalReason, string)

Thrown when an onchain receive quote is refused before anything is funded.

public OnchainReceiveNotFundableException(OnchainReceiveRefusalReason reason, string message)

Parameters

reason OnchainReceiveRefusalReason
message string

Properties

Reason

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

public OnchainReceiveRefusalReason Reason { get; }

Property Value

OnchainReceiveRefusalReason