Merge pull request #3224 from ludovic-henry/iolayer-extract-wait-handle
[mono.git] / mcs / class / corlib / System.Reflection / CustomAttributeFormatException.cs
index 850f9067044f8ceb0c57216335396402dbe716ae..fcd29e1fee1e077362cdd79268493b936a75f60a 100644 (file)
 
 using System.Globalization;
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System.Reflection
 {
+       [ComVisible (true)]
        [Serializable]
        public class CustomAttributeFormatException : FormatException
        {