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