C# Class Blockcore.Consensus.TransactionInfo.TransactionNotFoundException

Inheritance: Exception
Mostrar archivo Open project: x42protocol/x42-BlockCore

Public Methods

Method 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 method

public TransactionNotFoundException ( ) : System
return System

TransactionNotFoundException() public method

public TransactionNotFoundException ( string message, uint256 txId ) : System
message string
txId uint256
return System

TransactionNotFoundException() public method

public TransactionNotFoundException ( string message, uint256 txId, Exception inner ) : System
message string
txId uint256
inner Exception
return System

TransactionNotFoundException() public method

public TransactionNotFoundException ( uint256 txId ) : System
txId uint256
return System