Table of Contents

Class OnchainSendNotFundableException

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

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

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

Constructors

OnchainSendNotFundableException(OnchainSendRefusalReason, string)

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

public OnchainSendNotFundableException(OnchainSendRefusalReason reason, string message)

Parameters

reason OnchainSendRefusalReason
message string

Properties

Reason

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

public OnchainSendRefusalReason Reason { get; }

Property Value

OnchainSendRefusalReason