* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / MarshalDirectiveException.cs
index e75092dbebfec08e84ff7a2b1b119d8c65df84cb..69766f428517c121575e05465f59077b0fd5095a 100644 (file)
@@ -33,6 +33,9 @@ using System.Runtime.Serialization;
 
 namespace System.Runtime.InteropServices
 {
+#if NET_2_0
+       [ComVisible(true)]
+#endif 
        [Serializable]
        public class MarshalDirectiveException : SystemException
        {