DkmILBeginTry.CatchBlocks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.