MethodBodyBlock.ExceptionRegions Property

Definition

Gets the array of exception regions in this method body.

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)

Property Value

The array of exception regions.

Applies to