Merge pull request #309 from i59/patch-1
[mono.git] / mcs / class / corlib / System.IO / PathTooLongException.cs
index d03eac127b24be52180541a467fc8bf9588645c6..a856ea83c29d016c1102410449c917542453cfc6 100644 (file)
@@ -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 PathTooLongException : IOException
           {
                         // Constructors