Table of Contents

Class FailedTransactionException

Namespace
Aptos.Exceptions
Assembly
Aptos.dll
public class FailedTransactionException : BaseException, ISerializable
Inheritance
FailedTransactionException
Implements
Inherited Members

Constructors

FailedTransactionException(string, CommittedTransactionResponse?)

public FailedTransactionException(string message, CommittedTransactionResponse? transaction = null)

Parameters

message string
transaction CommittedTransactionResponse

Properties

Transaction

public CommittedTransactionResponse? Transaction { get; }

Property Value

CommittedTransactionResponse