ExceptionRegion 構造体

定義

public value class ExceptionRegion
public struct ExceptionRegion
public readonly struct ExceptionRegion
type ExceptionRegion = struct
Public Structure ExceptionRegion
継承
ExceptionRegion

プロパティ

名前 説明
CatchType

領域が catch を表す場合は TypeRef、TypeDef、または TypeSpec ハンドルを取得します。それ以外の場合は nil トークン (default(EntityHandle))。

FilterOffset

フィルター ブロックの先頭の IL オフセットを取得します。または、領域がフィルターでない場合は -1 します。

HandlerLength

例外ハンドラーの長さをバイト単位で取得します。

HandlerOffset

例外ハンドラーの開始 IL オフセットを取得します。

Kind
TryLength

try ブロックの長さをバイト単位で取得します。

TryOffset

try ブロックの開始 IL オフセットを取得します。

適用対象