[System.Data] SqlTypes and DataStorage from corefx (#4291)
[mono.git] / mcs / class / referencesource / System.Data / System / Data / Common / SQLTypes / SqlXmlStorage.cs
index be6cc6e520866727962734fab7572180a6631b43..4d1c965757b25ac659f2e05be70b03b10362f4d5 100644 (file)
@@ -45,7 +45,7 @@ namespace System.Data.Common {
             catch (OverflowException) {
                 throw ExprException.Overflow(typeof(SqlXml));
             }
-            throw ExceptionBuilder.AggregateException(kind, DataType);
+            throw ExceptionBuilder.AggregateException(kind, _dataType);
         }
 
         override public int Compare(int recordNo1, int recordNo2) {