Sdílet prostřednictvím


DkmILBeginTry.CatchBlocks Property

Definition

Ordered list of catch blocks to handle exceptions occurring within the try block.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCatchBlock ^> ^ CatchBlocks { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCatchBlock ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCatchBlock> CatchBlocks { get; }
member this.CatchBlocks : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCatchBlock>
Public ReadOnly Property CatchBlocks As ReadOnlyCollection(Of DkmILCatchBlock)

Property Value

Returns ReadOnlyCollection<T>.

Applies to