DkmExceptionTrigger.Tag Enum
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.
DkmExceptionTrigger is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmExceptionTrigger::Tag
enum DkmExceptionTrigger::Tag
public enum DkmExceptionTrigger.Tag
type DkmExceptionTrigger.Tag =
Public Enum DkmExceptionTrigger.Tag
- Inheritance
-
DkmExceptionTrigger.Tag
Fields
Name | Value | Description |
---|---|---|
GlobalTrigger | 0 | Object is an instance of 'DkmExceptionGlobalTrigger'. |
CategoryTrigger | 1 | Object is an instance of 'DkmExceptionCategoryTrigger'. |
NameTrigger | 2 | Object is an instance of 'DkmExceptionNameTrigger'. |
CodeTrigger | 3 | Object is an instance of 'DkmExceptionCodeTrigger'. |