MethodBodyBlock.ExceptionRegions プロパティ

定義

このメソッド本体の例外領域の配列を取得します。

public:
 property System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::ExceptionRegion> ExceptionRegions { System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::ExceptionRegion> get(); };
public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.ExceptionRegion> ExceptionRegions { get; }
member this.ExceptionRegions : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.ExceptionRegion>
Public ReadOnly Property ExceptionRegions As ImmutableArray(Of ExceptionRegion)

プロパティ値

例外領域の配列。

適用対象