X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web%2FProcessShutdownReason.cs;h=8dfa222e973eb2758aaa98d61a89b9cf1adc27f1;hb=28f473c41df72b278eaf9784c29c2b8fa2cbe06a;hp=f98a9d9793a552a8b578ca22b38020f553e88bee;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/class/System.Web/System.Web/ProcessShutdownReason.cs b/mcs/class/System.Web/System.Web/ProcessShutdownReason.cs index f98a9d9793a..8dfa222e973 100644 --- a/mcs/class/System.Web/System.Web/ProcessShutdownReason.cs +++ b/mcs/class/System.Web/System.Web/ProcessShutdownReason.cs @@ -28,11 +28,10 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -namespace System.Web { -#if !NET_2_0 - [Serializable] -#endif - public enum ProcessShutdownReason { +namespace System.Web +{ + public enum ProcessShutdownReason + { None, Unexpected, RequestsLimit,