Add Environment::CurrentManagedThreadId
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / InvalidComObjectException.cs
index 341841d62012a61c37a3a58ab97ac9b2dd656ca5..c484ed73af879687aa5e0d9874a5ff01192aaed2 100644 (file)
@@ -33,6 +33,7 @@ using System.Runtime.Serialization;
 
 namespace System.Runtime.InteropServices
 {
+       [ComVisible(true)]
        [Serializable]
        public class InvalidComObjectException : SystemException
        {