MOBILE now builds with 4.0 enabled but its version remains 2.0.5.0.
[mono.git] / mcs / class / corlib / System / TimeZoneNotFoundException.cs
index a3be93a66cfdd973641159f4f5b6b992ed4718bb..fe8660e27e264745708a6e9955e5889d4f0c6fab 100644 (file)
@@ -31,10 +31,10 @@ using System.Runtime.CompilerServices;
 namespace System
 {
        [Serializable]
-#if NET_4_0
-       [TypeForwardedFrom (Consts.AssemblySystemCore_3_5)]
-#elif MOONLIGHT || MOBILE
+#if MOBILE
        [TypeForwardedFrom (Consts.AssemblySystem_Core)]
+#elif NET_4_0
+       [TypeForwardedFrom (Consts.AssemblySystemCore_3_5)]
 #endif
        public class TimeZoneNotFoundException : Exception
        {