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

Definição

Adiciona uma cláusula de falha.

public:
 System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
member this.AddFault : int * int * int * int -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function AddFault (tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength 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.

Retornos

Codificador para a próxima cláusula.

Exceções

tryOffset handlerOffset, tryLengthou handlerLength está fora do intervalo.

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

Aplica-se a