CodeAccessPermission.RevertDeny Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
Causes any previous Deny() for the current frame to be removed and no longer in effect.
public:
static void RevertDeny();
[System.Obsolete]
public static void RevertDeny();
public static void RevertDeny();
[<System.Obsolete>]
static member RevertDeny : unit -> unit
static member RevertDeny : unit -> unit
Public Shared Sub RevertDeny ()
- Attributes
Exceptions
There is no previous Deny() for the current frame.
Remarks
If there is no Deny for the current frame, an ExecutionEngineException is thrown.