DkmExceptionCategoryTrigger.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(DkmExceptionProcessingStage, DkmThread, Guid)

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

Create(DkmExceptionProcessingStage, DkmThread, ReadOnlyCollection<DkmExceptionConditionInfo>, Guid)

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

         Bu API, Visual Studio 15 RTM (DkmApiVersion. VS15RTM) sürümünde sunulmuştur.

Create(DkmExceptionProcessingStage, DkmThread, Guid)

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

public:
 static Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionCategoryTrigger ^ Create(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionProcessingStage ProcessingStage, Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, Guid ExceptionCategory);
public static Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionCategoryTrigger Create (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionProcessingStage ProcessingStage, Microsoft.VisualStudio.Debugger.DkmThread Thread, Guid ExceptionCategory);
static member Create : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionProcessingStage * Microsoft.VisualStudio.Debugger.DkmThread * Guid -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionCategoryTrigger
Public Shared Function Create (ProcessingStage As DkmExceptionProcessingStage, Thread As DkmThread, ExceptionCategory As Guid) As DkmExceptionCategoryTrigger

Parametreler

ProcessingStage
DkmExceptionProcessingStage

'Ndaki Hata ayıklayıcı, özel durum işleme içindeki çeşitli aşamalarda hedef işlemden gelen bildirimleri alır (özel durum oluşturuldu, özel durum işlenmemiş). Bu sabit listesi, tetikleyicinin tetiklenmesi gereken bu aşamaların bir bit maskesidir.

Thread
DkmThread

[In, Isteğe bağlı] Bu tetikleyicinin uygulandığı iş parçacığı. Null ise, tetikleyici tüm iş parçacıkları için incelenmeyecektir.

ExceptionCategory
Guid

'Ndaki Özel durumun türünü gösterir.

Döndürülenler

DkmExceptionCategoryTrigger

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

Şunlara uygulanır

Create(DkmExceptionProcessingStage, DkmThread, ReadOnlyCollection<DkmExceptionConditionInfo>, Guid)

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

         Bu API, Visual Studio 15 RTM (DkmApiVersion. VS15RTM) sürümünde sunulmuştur.
public:
 static Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionCategoryTrigger ^ Create(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionProcessingStage ProcessingStage, Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionConditionInfo ^> ^ ExceptionConditionInfo, Guid ExceptionCategory);
public static Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionCategoryTrigger Create (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionProcessingStage ProcessingStage, Microsoft.VisualStudio.Debugger.DkmThread Thread, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionConditionInfo> ExceptionConditionInfo, Guid ExceptionCategory);
static member Create : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionProcessingStage * Microsoft.VisualStudio.Debugger.DkmThread * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionConditionInfo> * Guid -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionCategoryTrigger
Public Shared Function Create (ProcessingStage As DkmExceptionProcessingStage, Thread As DkmThread, ExceptionConditionInfo As ReadOnlyCollection(Of DkmExceptionConditionInfo), ExceptionCategory As Guid) As DkmExceptionCategoryTrigger

Parametreler

ProcessingStage
DkmExceptionProcessingStage

'Ndaki Hata ayıklayıcı, özel durum işleme içindeki çeşitli aşamalarda hedef işlemden gelen bildirimleri alır (özel durum oluşturuldu, özel durum işlenmemiş). Bu sabit listesi, tetikleyicinin tetiklenmesi gereken bu aşamaların bir bit maskesidir.

Thread
DkmThread

[In, Isteğe bağlı] Bu tetikleyicinin uygulandığı iş parçacığı. Null ise, tetikleyici tüm iş parçacıkları için incelenmeyecektir.

ExceptionConditionInfo
ReadOnlyCollection<DkmExceptionConditionInfo>

[In, Isteğe bağlı] Özel durum koşulu bilgileri.

ExceptionCategory
Guid

'Ndaki Özel durumun türünü gösterir.

Döndürülenler

DkmExceptionCategoryTrigger

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

Şunlara uygulanır