This method 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();
If there are no asserts for the current frame, this has no effect.
CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace