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