In System.IO:
[mono.git] / mcs / class / corlib / System.Security.AccessControl / PrivilegeNotHeldException.cs
index 7bf75bd7e5986c0b4342983652d6bad69dba8120..fff20c79dc5bd4058c1b9e42337ce76a658c48c4 100644 (file)
@@ -32,7 +32,7 @@ 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