String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / OutOfMemoryException.cs
index a2ffa107b9e4c3676b0373a6a2c23cd3c6cae438..94234d358535f7b5ffeec84bfd20e1eca1c91861 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class OutOfMemoryException : SystemException
        {
                const int Result = unchecked ((int)0x8007000E);