ExceptionRegionEncoder.AddFilter(Int32, Int32, Int32, Int32, Int32) Metodo

Definizione

Aggiunge una clausola di errore.

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

Parametri

tryOffset
Int32

Offset iniziale del blocco try.

tryLength
Int32

Provare la lunghezza del blocco.

handlerOffset
Int32

Offset di inizio del gestore.

handlerLength
Int32

Lunghezza del gestore.

filterOffset
Int32

Offset del blocco di filtro.

Restituisce

Codificatore per la clausola successiva.

Eccezioni

tryOffset, tryLength, handlerOffset o handlerLength non è compreso nell'intervallo.

Il corpo del metodo non è stato dichiarato con aree di eccezioni.

Si applica a