CodeAccessPermission.RevertAssert 메서드

정의

현재 프레임에 대한 이전의 모든 Assert()를 제거하여 더 이상 적용되지 않도록 합니다.

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

예외

현재 프레임에 대한 이전 Assert()가 없는 경우

설명

현재 프레임에 대한 가 없 Assert 으면 이 ExecutionEngineException throw됩니다.

적용 대상