Update VS project files
[mono.git] / mcs / class / System.Data / System.Data / RowNotInTableException.cs
index 7b005b2e0d12eddaaff341f165082e947f2dbd7b..022fa051a77d6997c6f61bfe2c3ae0038ee21268 100644 (file)
@@ -48,8 +48,8 @@ namespace System.Data
                }
 
 #if NET_2_0
-               public RowNotInTableException (string message, Exception inner)
-                       : base (message, inner)
+               public RowNotInTableException (string message, Exception innerException)
+                       : base (message, innerException)
                {
                }
 #endif