3 references to UnrecognizedRecoveryInformation
System.Transactions.Local (3)
System\Transactions\TransactionManager.cs (3)
182throw new ArgumentException(SR.UnrecognizedRecoveryInformation, nameof(recoveryInformation)); 191throw new ArgumentException(SR.UnrecognizedRecoveryInformation, nameof(recoveryInformation), e); 199throw new ArgumentException(SR.UnrecognizedRecoveryInformation, nameof(recoveryInformation), e);