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

Provare l'offset di avvio del blocco.

tryLength
Int32

Provare la lunghezza del blocco.

handlerOffset
Int32

Offset iniziale del gestore.

handlerLength
Int32

Lunghezza del gestore.

filterOffset
Int32

Offset del blocco di filtro.

Valori restituiti

Codificatore per la clausola successiva.

Eccezioni

tryOffset tryLength, handlerOffseto handlerLength non è compreso nell'intervallo.

Il corpo del metodo non è stato dichiarato per avere aree di eccezione.

Si applica a