Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System / MissingMethodException.cs
index 23fbf8e843d8966cc5e382fb058b50e7e6e0f0fc..eb66cf55487af7e8b92cffb47e663eadc3ab1e5e 100644 (file)
@@ -34,9 +34,7 @@ using System.Runtime.InteropServices;
 namespace System
 {
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public class MissingMethodException : MissingMemberException
        {
                const int Result = unchecked ((int)0x80131513);