Fix for out of bounds exception
[mono.git] / mcs / class / corlib / System.Security.Cryptography / CryptographicUnexpectedOperationExcpetion.cs
index 28f445ce4b182ce315a50665b76f4bd633d57cf3..7720e8e8512875ceef5d561acb3ad4f24952b764 100644 (file)
@@ -34,9 +34,7 @@ using System.Runtime.Serialization;
 namespace System.Security.Cryptography {
 
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public class CryptographicUnexpectedOperationException : CryptographicException {
 
                public CryptographicUnexpectedOperationException ()