Méthode | Description | |
---|---|---|
TransactionNotFoundException ( ) : System | ||
TransactionNotFoundException ( string message, uint256 txId ) : System | ||
TransactionNotFoundException ( string message, uint256 txId, Exception inner ) : System | ||
TransactionNotFoundException ( uint256 txId ) : System |
public TransactionNotFoundException ( ) : System | ||
Résultat | System |
public TransactionNotFoundException ( string message, uint256 txId ) : System | ||
message | string | |
txId | uint256 | |
Résultat | System |
public TransactionNotFoundException ( string message, uint256 txId, Exception inner ) : System | ||
message | string | |
txId | uint256 | |
inner | Exception | |
Résultat | System |
public TransactionNotFoundException ( uint256 txId ) : System | ||
txId | uint256 | |
Résultat | System |