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