ExceptionRegionEncoder.AddFilter(Int32, Int32, Int32, Int32, Int32) 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 une clause fault.
public:
System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder AddFilter(int tryOffset, int tryLength, int handlerOffset, int handlerLength, int filterOffset);
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFilter (int tryOffset, int tryLength, int handlerOffset, int handlerLength, int filterOffset);
member this.AddFilter : int * int * int * int * int -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function AddFilter (tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength As Integer, filterOffset As Integer) As ExceptionRegionEncoder
Paramètres
- tryOffset
- Int32
Décalage de début du bloc try.
- tryLength
- Int32
Longueur du bloc try.
- handlerOffset
- Int32
Décalage de début du gestionnaire.
- handlerLength
- Int32
Longueur du gestionnaire.
- filterOffset
- Int32
Décalage du bloc filter.
Retours
Encodeur pour la clause suivante.
Exceptions
tryOffset
, tryLength
handlerOffset
ou handlerLength
est en dehors de la plage.
Le corps de la méthode n’a pas été déclaré comme ayant des régions d’exception.