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