ExceptionRegionEncoder.AddFilter(Int32, Int32, Int32, Int32, Int32) Método

Definição

Adiciona uma cláusula de falha.

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

Parâmetros

tryOffset
Int32

Tente bloquear o deslocamento de início.

tryLength
Int32

Experimente o comprimento do bloco.

handlerOffset
Int32

Deslocamento de início do manipulador.

handlerLength
Int32

Comprimento do manipulador.

filterOffset
Int32

Deslocamento do bloco de filtro.

Retornos

Codificador para a próxima cláusula.

Exceções

tryOffset tryLength, handlerOffsetou handlerLength está fora do intervalo.

O corpo do método não foi declarado para ter regiões de exceção.

Aplica-se a