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 オフセットを取得します。

適用対象