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
stringtransaction
CommittedTransactionResponse
Properties
Transaction
public CommittedTransactionResponse? Transaction { get; }