PrivilegeNotHeldException Class
.NET Framework 3.0
The exception that is thrown when a method in the System.Security.AccessControl namespace attempts to enable a privilege that it does not have.
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] public sealed class PrivilegeNotHeldException : UnauthorizedAccessException, ISerializable
/** @attribute SerializableAttribute() */ public final class PrivilegeNotHeldException extends UnauthorizedAccessException implements ISerializable
SerializableAttribute public final class PrivilegeNotHeldException extends UnauthorizedAccessException implements ISerializable
Not applicable.
System.Object
System.Exception
System.SystemException
System.UnauthorizedAccessException
System.Security.AccessControl.PrivilegeNotHeldException
System.Exception
System.SystemException
System.UnauthorizedAccessException
System.Security.AccessControl.PrivilegeNotHeldException
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: