PermissionSet.RevertAssert 方法

定义

导致当前帧以前所有的 Assert() 被删除且不再有效。

public:
 static void RevertAssert();
public static void RevertAssert ();
static member RevertAssert : unit -> unit
Public Shared Sub RevertAssert ()

例外

当前帧不再具有以前的 Assert()

注解

如果当前帧没有 AssertExecutionEngineException 则会引发 。

适用于