DkmILBeginTry.Create(ReadOnlyCollection<DkmILCatchBlock>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Dışı Bu yöntem çağrısının sonucu.