Inheritance: System.Exception
 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;
 }
Ejemplo n.º 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;
 }