X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security%2FXmlSyntaxException.cs;h=8bae8dde4b7cadc35cf8568bc91f5be726b34bba;hb=3a87e577127fd8ddeed4208fa89ced4e6daf53cb;hp=bac141c5ab4e46cf629c11d2ea9af52fe47b8e34;hpb=488ecc889f19750742ba6aa42d286899c26706f5;p=mono.git diff --git a/mcs/class/corlib/System.Security/XmlSyntaxException.cs b/mcs/class/corlib/System.Security/XmlSyntaxException.cs index bac141c5ab4..8bae8dde4b7 100644 --- a/mcs/class/corlib/System.Security/XmlSyntaxException.cs +++ b/mcs/class/corlib/System.Security/XmlSyntaxException.cs @@ -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 () {