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