4 instantiations of TransactionPromotionException
System.Transactions (4)
System\Transactions\InternalTransaction.cs (1)
296throw new TransactionPromotionException(string.Format(CultureInfo.CurrentCulture,
System\Transactions\TransactionState.cs (3)
4289throw new TransactionPromotionException(string.Format(CultureInfo.CurrentCulture, 4302throw new TransactionPromotionException(string.Format(CultureInfo.CurrentCulture, 4407throw new TransactionPromotionException(string.Format(CultureInfo.CurrentCulture,
4 references to TransactionPromotionException
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (2)
597static internal SysTx.TransactionPromotionException PromotionFailed(Exception inner) { 598SysTx.TransactionPromotionException e = new SysTx.TransactionPromotionException(Res.GetString(Res.SqlDelegatedTransaction_PromotionFailed), inner);
System.Transactions (2)
System\Transactions\TransactionState.cs (2)
4096catch ( TransactionPromotionException e ) 5135catch (TransactionPromotionException e)