X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FReflectionTypeLoadException.cs;h=37384a23ab116f545db2e37809a33d5e0d6c8f21;hb=ac194553049b2eeb328f5fc54b708da9b95f4d88;hp=a5ccacb98b4f22047825f1037812edde827b31dc;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/ReflectionTypeLoadException.cs b/mcs/class/corlib/System.Reflection/ReflectionTypeLoadException.cs index a5ccacb98b4..37384a23ab1 100644 --- a/mcs/class/corlib/System.Reflection/ReflectionTypeLoadException.cs +++ b/mcs/class/corlib/System.Reflection/ReflectionTypeLoadException.cs @@ -31,9 +31,11 @@ // using System.Globalization; using System.Runtime.Serialization; +using System.Runtime.InteropServices; namespace System.Reflection { + [ComVisible (true)] [Serializable] public sealed class ReflectionTypeLoadException : SystemException {