Merge pull request #1109 from adbre/iss358
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _Exception.cs
index 8b1ebd8889ffda60a949146831becabca772975e..2c13ea0e88a1b488b4aeb59de7acf7a89acb7427 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Reflection;
 using System.Runtime.Serialization;
 
@@ -36,6 +34,7 @@ namespace System.Runtime.InteropServices {
        [InterfaceType (ComInterfaceType.InterfaceIsDual)]
        [Guid ("b36b5c63-42ef-38bc-a07e-0b34c98f164a")]
        [CLSCompliant (false)]
+       [ComVisible (true)]
        public interface _Exception {
 
                string HelpLink { get; set; }
@@ -64,5 +63,3 @@ namespace System.Runtime.InteropServices {
                string ToString ();
        }
 }
-
-#endif