C# Class Blockcore.Consensus.TransactionInfo.TransactionNotFoundException

Inheritance: Exception
Afficher le fichier Open project: x42protocol/x42-BlockCore

Méthodes publiques

Méthode Description
TransactionNotFoundException ( ) : System
TransactionNotFoundException ( string message, uint256 txId ) : System
TransactionNotFoundException ( string message, uint256 txId, Exception inner ) : System
TransactionNotFoundException ( uint256 txId ) : System

Method Details

TransactionNotFoundException() public méthode

public TransactionNotFoundException ( ) : System
Résultat System

TransactionNotFoundException() public méthode

public TransactionNotFoundException ( string message, uint256 txId ) : System
message string
txId uint256
Résultat System

TransactionNotFoundException() public méthode

public TransactionNotFoundException ( string message, uint256 txId, Exception inner ) : System
message string
txId uint256
inner Exception
Résultat System

TransactionNotFoundException() public méthode

public TransactionNotFoundException ( uint256 txId ) : System
txId uint256
Résultat System