X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FOverflowException.cs;h=57bac587bda9cfecca54b50f515f7ac8f8ec473e;hb=07511760941cb92ba3d0febef21bfd5766224496;hp=ee0afe0d2fdaa69bf461bb094bd1c2f7de97d462;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/class/corlib/System/OverflowException.cs b/mcs/class/corlib/System/OverflowException.cs index ee0afe0d2fd..57bac587bda 100644 --- a/mcs/class/corlib/System/OverflowException.cs +++ b/mcs/class/corlib/System/OverflowException.cs @@ -33,10 +33,14 @@ // using System.Runtime.Serialization; +using System.Runtime.InteropServices; namespace System { [Serializable] +#if NET_2_0 + [ComVisible (true)] +#endif public class OverflowException : ArithmeticException { const int Result = unchecked ((int)0x80131516);