34 references to InternalError
System.Transactions.Local (34)
System\Transactions\Oletx\OletxResourceManager.cs (3)
571throw TransactionException.Create(SR.InternalError, null); 613throw TransactionException.Create(SR.InternalError, null); 709throw TransactionException.Create(SR.InternalError, null);
System\Transactions\Oletx\OletxTransactionManager.cs (11)
152Environment.FailFast(SR.InternalError); 167Environment.FailFast(SR.InternalError); 187Environment.FailFast(SR.InternalError); 237Environment.FailFast(SR.InternalError); 254Environment.FailFast(SR.InternalError); 268Environment.FailFast(SR.InternalError); 282Environment.FailFast(SR.InternalError); 296Environment.FailFast(SR.InternalError); 315Environment.FailFast(SR.InternalError); 324Environment.FailFast(SR.InternalError); 593throw TransactionException.Create(SR.InternalError, null);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (19)
340throw new InvalidOperationException(SR.InternalError); 372throw new InvalidOperationException(SR.InternalError); 404throw new InvalidOperationException(SR.InternalError); 500throw new InvalidOperationException(SR.InternalError); 524throw new InvalidOperationException(SR.InternalError); 843throw new InvalidOperationException(SR.InternalError); 873throw new InvalidOperationException(SR.InternalError); 903throw new InvalidOperationException(SR.InternalError); 970throw new InvalidOperationException(SR.InternalError); 1076throw new InvalidOperationException(SR.InternalError); 1111throw new InvalidOperationException(SR.InternalError); 1157throw new InvalidOperationException(SR.InternalError); 1173throw new InvalidOperationException(SR.InternalError); 1240throw new InvalidOperationException(SR.InternalError); 1292throw new InvalidOperationException(SR.InternalError); 1308throw new InvalidOperationException(SR.InternalError); 1388throw new InvalidOperationException(SR.InternalError); 1423throw new InvalidOperationException(SR.InternalError); 1464throw new InvalidOperationException(SR.InternalError);
System\Transactions\TransactionScope.cs (1)
860throw TransactionException.Create(SR.InternalError + SR.TransactionScopeTimerObjectInvalid, null);