CodeAccessPermission.RevertAssert Método
Definição
public:
static void RevertAssert();
public static void RevertAssert ();
[System.Diagnostics.Conditional("FEATURE_MONO_CAS")]
public static void RevertAssert ();
static member RevertAssert : unit -> unit
[<System.Diagnostics.Conditional("FEATURE_MONO_CAS")>]
static member RevertAssert : unit -> unit
Public Shared Sub RevertAssert ()
- Atributos
Exceções
Não há nenhum Assert() anterior para o quadro atual.There is no previous Assert() for the current frame.
Comentários
Se não houver nenhum Assert para o quadro atual, um ExecutionEngineException será lançado.If there is no Assert for the current frame, an ExecutionEngineException is thrown.