[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web / System.Web.Security / MembershipPasswordException.cs
index 69c3315d0e76014bd86a9f3866dd5c666a5a41ae..5bf60eb9080cafa194e54b90ba12b393f98bca30 100644 (file)
@@ -34,9 +34,7 @@ using System.Runtime.CompilerServices;
 
 namespace System.Web.Security
 {
-#if NET_4_0
        [TypeForwardedFrom ("System.Web, Version=2.0.0.0, Culture=Neutral, PublicKeyToken=b03f5f7f11d50a3a")]
-#endif
        [Serializable]
        public class MembershipPasswordException : Exception
        {