ExceptionRegion 구조체

정의

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

속성

CatchType

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

FilterOffset

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

HandlerLength

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

HandlerOffset

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

Kind
TryLength

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

TryOffset

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

적용 대상