Merge pull request #586 from awinters-fvs/awinters/sgen-los-sizeof-fix
[mono.git] / mcs / class / corlib / System.Security / XmlSyntaxException.cs
index bac141c5ab4e46cf629c11d2ea9af52fe47b8e34..8bae8dde4b7cadc35cf8568bc91f5be726b34bba 100644 (file)
@@ -5,7 +5,7 @@
 //   Nick Drochak(ndrochak@gol.com)
 //
 // (C) Nick Drochak
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -34,11 +34,9 @@ using System.Runtime.Serialization;
 namespace System.Security {
 
        [Serializable]
-#if NET_2_0
-       public sealed class XmlSyntaxException : SystemException, _Exception {
-#else
+       [ComVisible (true)]
        public sealed class XmlSyntaxException : SystemException {
-#endif
+
                // Constructors
                public XmlSyntaxException ()
                {