DkmILBeginTry.Create(ReadOnlyCollection<DkmILCatchBlock>) Method
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.
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.