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

Definição

Adiciona uma cláusula fault.

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

Deslocamento inicial do bloco try.

tryLength
Int32

Comprimento do bloco try.

handlerOffset
Int32

Deslocamento inicial do manipulador.

handlerLength
Int32

Comprimento do manipulador.

filterOffset
Int32

Deslocamento do bloco filter.

Retornos

Codificador para a próxima cláusula.

Exceções

tryOffset, tryLength, handlerOffset ou handlerLength está fora do intervalo.

Não foi declarado que o corpo do método tem regiões de exceção.

Aplica-se a