Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System / MissingMethodException.cs
index b8b7ff7e3185cd87691c2951781fb8b87917239e..eb66cf55487af7e8b92cffb47e663eadc3ab1e5e 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+       [ComVisible (true)]
        public class MissingMethodException : MissingMemberException
        {
                const int Result = unchecked ((int)0x80131513);