PermissionSet::RevertAssert Method ()
.NET Framework (current version)
Causes any previous Assert for the current frame to be removed and no longer be in effect.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no previous Assert for the current frame. |
If there is no Assert for the current frame, an ExecutionEngineException is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: