Inheritance: System.Exception
コード例 #1
0
 internal OrphanedTransactionException(NeoException internalException, string transactionEndpoint)
     : base("The transaction has timed out and it has been rolled back by the server")
 {
     _internalException = internalException;
     _transactionEndpoint = transactionEndpoint;
 }
コード例 #2
0
 internal OrphanedTransactionException(NeoException internalException, string transactionEndpoint)
     : base("The transaction has timed out and it has been rolled back by the server")
 {
     _internalException   = internalException;
     _transactionEndpoint = transactionEndpoint;
 }