3 references to UnrecognizedRecoveryInformation
System.Transactions.Local (3)
System\Transactions\TransactionManager.cs (3)
181
throw new ArgumentException(SR.
UnrecognizedRecoveryInformation
, nameof(recoveryInformation));
190
throw new ArgumentException(SR.
UnrecognizedRecoveryInformation
, nameof(recoveryInformation), e);
198
throw new ArgumentException(SR.
UnrecognizedRecoveryInformation
, nameof(recoveryInformation), e);