Merge pull request #4453 from lambdageek/bug-49721
[mono.git] / mcs / class / System.Transactions / System.Transactions / PreparingEnlistment.cs
index 766d637bbed5f5571a79406d232b5297c5fac567..e662279f85b5c65a21e2728dd10d3b66e6855990 100644 (file)
@@ -40,9 +40,9 @@ namespace System.Transactions
                }
 
                [MonoTODO]
-               public void ForceRollback (Exception ex)
+               public void ForceRollback (Exception e)
                {
-                       tx.Rollback (ex, enlisted);
+                       tx.Rollback (e, enlisted);
                        /* See test RMFail2 */
                        ((ManualResetEvent) waitHandle).Set ();
                }