2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Design / System.Data.Design / TypedDataSetGeneratorException.cs
index 037b1b48d04d7d4f726a5bf58a2fdc565ff3c98a..991320bf359941b33b9c1d5eb4a71fc72aa8705e 100644 (file)
@@ -30,6 +30,8 @@
 
 // It is a copy from System.Data.TypedDataSetGeneratorException
 
+#if NET_2_0
+
 using System;
 using System.Collections;
 using System.Globalization;
@@ -97,3 +99,5 @@ namespace System.Data.Design {
                 #endregion // Methods
        }
 }
+
+#endif