8 references to InvalidArgument
System.Transactions.Local (8)
System\Transactions\Oletx\OletxResourceManager.cs (1)
353throw new ArgumentException(SR.InvalidArgument, nameof(prepareInfo));
System\Transactions\Oletx\OletxTransaction.cs (1)
137throw new ArgumentException(SR.InvalidArgument, nameof(serializationInfo));
System\Transactions\Oletx\OletxTransactionManager.cs (1)
495throw new ArgumentException(SR.InvalidArgument, nameof(resourceManagerIdentifier));
System\Transactions\TransactionInterop.cs (5)
99throw new ArgumentException(SR.InvalidArgument, nameof(cookie)); 234throw new ArgumentException(SR.InvalidArgument, nameof(propagationToken)); 455throw new ArgumentException(SR.InvalidArgument, nameof(transactionNative)); 474throw new ArgumentException(SR.InvalidArgument, "transactionManager"); 503throw new ArgumentException(SR.InvalidArgument, nameof(propagationToken));