ExceptionRegion 구조체

정의

public value class ExceptionRegion
public struct ExceptionRegion
type ExceptionRegion = struct
Public Structure ExceptionRegion
상속
ExceptionRegion

속성

Name Description
CatchType

지역이 catch를 나타내는 경우 TypeRef, TypeDef 또는 TypeSpec 핸들을 가져오거나, 그렇지 않으면 (default(EntityHandle)) nil 토큰을 가져옵니다.

FilterOffset

필터 블록 시작의 IL 오프셋을 가져오거나 영역이 필터가 아닌 경우 -1.

HandlerLength

예외 처리기의 길이(바이트)를 가져옵니다.

HandlerOffset

예외 처리기의 시작 IL 오프셋을 가져옵니다.

Kind
TryLength

try 블록의 길이(바이트)를 가져옵니다.

TryOffset

try 블록의 시작 IL 오프셋을 가져옵니다.

적용 대상