Sdílet prostřednictvím


DkmILBeginTry.Create(ReadOnlyCollection<DkmILCatchBlock>) Method

Definition

Create a new DkmILBeginTry object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILBeginTry ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILCatchBlock ^> ^ CatchBlocks);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBeginTry Create (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCatchBlock> CatchBlocks);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILCatchBlock> -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILBeginTry
Public Shared Function Create (CatchBlocks As ReadOnlyCollection(Of DkmILCatchBlock)) As DkmILBeginTry

Parameters

CatchBlocks
ReadOnlyCollection<DkmILCatchBlock>

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

Returns

[Out] Result of this method call.

Applies to