Наследование: System.Transactions.TransactionException
 internal static TransactionPromotionException PromotionFailed(Exception inner)
 {
     TransactionPromotionException e = new TransactionPromotionException(Res.GetString("SqlDelegatedTransaction_PromotionFailed"), inner);
     ADP.TraceExceptionAsReturnValue(e);
     return e;
 }