X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.IO%2FEndOfStreamException.cs;h=4073c8bcce364dbb7be42f41f0557d4bf2701dec;hb=77d2f31ac15486f20162c0d4455a62d2191e6b16;hp=ceaf602a6409fa090f713f25202b7ebcaffaa7af;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/class/corlib/System.IO/EndOfStreamException.cs b/mcs/class/corlib/System.IO/EndOfStreamException.cs index ceaf602a640..4073c8bcce3 100644 --- a/mcs/class/corlib/System.IO/EndOfStreamException.cs +++ b/mcs/class/corlib/System.IO/EndOfStreamException.cs @@ -34,10 +34,12 @@ using System; using System.Globalization; using System.IO; using System.Runtime.Serialization; +using System.Runtime.InteropServices; namespace System.IO { [Serializable] + [ComVisible (true)] public class EndOfStreamException : IOException { // Constructors