[corlib] System delegates from reference sources
[mono.git] / mcs / class / corlib / System / TimeZoneNotFoundException.cs
index e01f915faec3e6e20ddb4c0f050879a29d5f9679..1333d971c826edee46a28f925357ffb3cac714df 100644 (file)
@@ -24,7 +24,6 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#if NET_4_0 || MOBILE
 
 using System.Runtime.CompilerServices;
 
@@ -33,10 +32,11 @@ namespace System
        [Serializable]
 #if MOBILE
        [TypeForwardedFrom (Consts.AssemblySystem_Core)]
-#elif NET_4_0
+#else
        [TypeForwardedFrom (Consts.AssemblySystemCore_3_5)]
 #endif
-       public class TimeZoneNotFoundException : Exception
+       public
+       class TimeZoneNotFoundException : Exception
        {
                public TimeZoneNotFoundException () : base ()
                {}
@@ -51,5 +51,3 @@ namespace System
                {}
        }
 }
-
-#endif