19 references to TooLate
System.Transactions.Local (19)
System\Transactions\Oletx\OletxTransaction.cs (3)
267throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 298throw TransactionException.Create(SR.TooLate, null, DistributedTxId); 333throw TransactionException.Create(SR.TooLate, null, DistributedTxId);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
103throw TransactionException.Create(SR.TooLate, null); 575throw TransactionException.Create(SR.TooLate, null);
System\Transactions\TransactionState.cs (14)
2665throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 2671throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 2677throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 2683throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3802throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3812throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3821throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3826throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3831throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3901throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3911throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3920throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3925throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId); 3930throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId);