ExceptionRegionEncoder.AddFinally(Int32, Int32, Int32, Int32) 메서드

정의

finally 절을 추가합니다.

public:
 System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder AddFinally(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFinally(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
member this.AddFinally : int * int * int * int -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function AddFinally (tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength As Integer) As ExceptionRegionEncoder

매개 변수

tryOffset
Int32

블록 시작 오프셋을 시도합니다.

tryLength
Int32

블록 길이를 시도합니다.

handlerOffset
Int32

처리기 시작 오프셋입니다.

handlerLength
Int32

처리기 길이입니다.

반품

다음 절의 인코더입니다.

예외

tryOffset, tryLengthhandlerOffset 또는 handlerLength 범위를 벗어났습니다.

메서드 본문에 예외 영역이 있다고 선언되지 않았습니다.

적용 대상