Causes any previous Assert for the current frame to be removed and no longer in effect.
[Visual Basic]
Public Shared Sub RevertAssert()
[C#]
public static void RevertAssert();
[C++]
public: static void RevertAssert();
[JScript]
public static function RevertAssert();
Exceptions
Remarks
If there is no Assert for the current frame, an ExecutionEngineException is thrown.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace