2007-11-14 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System / FormatException.cs
index ea05f8467907c9342097018c42e1cd80b753f73c..3538c3af1f5f35e4ddf70cf79a92ae5646737de3 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class FormatException : SystemException
        {
                const int Result = unchecked ((int)0x80131537);