2009-04-28 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / ApplicationShutdownReason.cs
index 603651effc60d680d74dd7a24d8ba6984eeb7bbd..758af2984969ad2da4b3fef547cbd92fc5502835 100644 (file)
@@ -29,7 +29,6 @@
 #if NET_2_0
 namespace System.Web
 {
-        [Serializable]
         public enum ApplicationShutdownReason
         {
                 None = 0,
@@ -50,3 +49,4 @@ namespace System.Web
         }
 }
 #endif
+