[corlib] System delegates from reference sources
[mono.git] / mcs / class / corlib / System / TimeZoneNotFoundException.cs
index 643b82104b385eddeefe74e3532e6a9ff55b521c..1333d971c826edee46a28f925357ffb3cac714df 100644 (file)
@@ -32,12 +32,10 @@ namespace System
        [Serializable]
 #if MOBILE
        [TypeForwardedFrom (Consts.AssemblySystem_Core)]
-#elif NET_4_0
+#else
        [TypeForwardedFrom (Consts.AssemblySystemCore_3_5)]
 #endif
-#if NET_4_0
        public
-#endif
        class TimeZoneNotFoundException : Exception
        {
                public TimeZoneNotFoundException () : base ()