ExceptionRegionEncoder.AddCatch Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje klauzulę 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
Parametry
- tryOffset
- Int32
Spróbuj zablokować przesunięcie rozpoczęcia.
- tryLength
- Int32
Spróbuj użyć długości bloku.
- handlerOffset
- Int32
Przesunięcie uruchomienia programu obsługi.
- handlerLength
- Int32
Długość programu obsługi.
Zwraca
Koder dla następnej klauzuli.
Wyjątki
Nazwa catchType
jest niepoprawna.
tryOffset
, tryLength
lub handlerOffset
handlerLength
jest poza zakresem.
Treść metody nie została zadeklarowana jako regiony wyjątków.