Share via


ContractFailedEventArgs.SetHandled Metoda

Definice

Handled Nastaví vlastnost na true.

public:
 void SetHandled();
[System.Security.SecurityCritical]
public void SetHandled ();
public void SetHandled ();
[<System.Security.SecurityCritical>]
member this.SetHandled : unit -> unit
member this.SetHandled : unit -> unit
Public Sub SetHandled ()
Atributy

Poznámky

Metoda SetHandled poskytuje způsob, jak modul runtime analysis checker indikuje, že byla zpracována výjimka kontraktu. Další informace najdete ve ContractFailedEventArgs.Handled vlastnosti.

Platí pro