2008-01-02 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Security / VerificationException.cs
index 1a2bc1afa3d2390930d0af0efb9a6634e6d463d8..09e7ee5019d11d45a9550da7670aa774a7331e16 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
@@ -35,10 +35,9 @@ namespace System.Security {
 
        [Serializable]
 #if NET_2_0
-       public class VerificationException : SystemException, _Exception {
-#else
-       public class VerificationException : SystemException {
+       [ComVisible (true)]
 #endif
+       public class VerificationException : SystemException {
        
                // Constructors
                public VerificationException ()