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; }