2005-08-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Reflection / TargetParameterCountException.cs
index e3fd9dea0748f23e37d344732de3ecf224ac4e7d..1dce62e79e9adc6569a359142b4e4ef8ff77c070 100644 (file)
 
 using System.Runtime.Serialization;
 using System.Globalization;
+using System.Runtime.InteropServices;
 
 namespace System.Reflection
 {
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [Serializable]
        public sealed class TargetParameterCountException : ApplicationException
        {