Merge pull request #1843 from info-lvsys/patch-1
[mono.git] / mcs / class / corlib / System.Security.AccessControl / PrivilegeNotHeldException.cs
index 7bf75bd7e5986c0b4342983652d6bad69dba8120..e0f0b3d37ac0b36da9a5e9aed6e438c8e3eaa060 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 using System.Runtime.Serialization;
 using System.Security.Permissions;
 
-namespace System.Security {
+namespace System.Security.AccessControl {
 
        [Serializable]
        public sealed class PrivilegeNotHeldException : UnauthorizedAccessException, ISerializable
@@ -68,4 +66,3 @@ namespace System.Security {
        }
 }
 
-#endif