Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CodeAccessPermission::RevertPermitOnly Method ()

 

Causes any previous PermitOnly for the current frame to be removed and no longer in effect.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
static void RevertPermitOnly()

Exception Condition
InvalidOperationException

There is no previous PermitOnly for the current frame.

If there is no PermitOnly for the current frame, an ExecutionEngineException is thrown.

.NET Framework
Available since 1.1
Return to top
Show: