ExceptionRegionEncoder.AddCatch 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 AddCatch(int tryOffset, int tryLength, int handlerOffset, int handlerLength, System::Reflection::Metadata::EntityHandle catchType);
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddCatch (int tryOffset, int tryLength, int handlerOffset, int handlerLength, System.Reflection.Metadata.EntityHandle catchType);
member this.AddCatch : int * int * int * int * System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function AddCatch (tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength As Integer, catchType As EntityHandle) 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.
Retours
Encodeur pour la clause suivante.
Exceptions
catchType
n'est pas valide.
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.