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