ControlFlowBuilder.AddFilterRegion Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute la région catch.
public:
void AddFilterRegion(System::Reflection::Metadata::Ecma335::LabelHandle tryStart, System::Reflection::Metadata::Ecma335::LabelHandle tryEnd, System::Reflection::Metadata::Ecma335::LabelHandle handlerStart, System::Reflection::Metadata::Ecma335::LabelHandle handlerEnd, System::Reflection::Metadata::Ecma335::LabelHandle filterStart);
public void AddFilterRegion (System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd, System.Reflection.Metadata.Ecma335.LabelHandle filterStart);
member this.AddFilterRegion : System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub AddFilterRegion (tryStart As LabelHandle, tryEnd As LabelHandle, handlerStart As LabelHandle, handlerEnd As LabelHandle, filterStart As LabelHandle)
Paramètres
- tryStart
- LabelHandle
Étiquette marquant la première instruction du bloc try.
- tryEnd
- LabelHandle
Étiquette marquant l’instruction immédiatement après le bloc try.
- handlerStart
- LabelHandle
Étiquette marquant la première instruction du gestionnaire.
- handlerEnd
- LabelHandle
Étiquette marquant l’instruction immédiatement après le gestionnaire.
- filterStart
- LabelHandle
Étiquette marquant la première instruction du bloc filter.
Exceptions
Une étiquette n’a pas été définie par un encodeur d’instruction à qui ce générateur est associé.
Une étiquette a la valeur par défaut.