DkmILBeginTry.Create(ReadOnlyCollection<DkmILCatchBlock>) Yöntem

Tanım

Yeni bir DkmILBeginTry nesne örneği oluşturun.

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

Parametreler

CatchBlocks
ReadOnlyCollection<DkmILCatchBlock>

'Ndaki Try bloğunda gerçekleşen özel durumları işlemek için sıralı catch blokları listesi.

Döndürülenler

DkmILBeginTry

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır