System.Security.AccessControl.PrivilegeNotHeldException.PrivilegeNotHeldException C# (CSharp) Method

PrivilegeNotHeldException() public method

        public PrivilegeNotHeldException() { }
        public PrivilegeNotHeldException(string privilege) { }

Same methods

PrivilegeNotHeldException::PrivilegeNotHeldException ( string privilege )
PrivilegeNotHeldException::PrivilegeNotHeldException ( string privilege, System inner )
PrivilegeNotHeldException::PrivilegeNotHeldException ( ) : System
PrivilegeNotHeldException::PrivilegeNotHeldException ( SerializationInfo info, StreamingContext context ) : System
PrivilegeNotHeldException::PrivilegeNotHeldException ( string privilege ) : System
PrivilegeNotHeldException::PrivilegeNotHeldException ( string privilege, Exception inner ) : System