DkmExceptionInformation.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.
DkmExceptionInformation is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmExceptionInformation::Tag
enum DkmExceptionInformation::Tag
public enum DkmExceptionInformation.Tag
type DkmExceptionInformation.Tag =
Public Enum DkmExceptionInformation.Tag
- Inheritance
-
DkmExceptionInformation.Tag
Fields
Name | Value | Description |
---|---|---|
Win32Exception | 0 | Object is an instance of 'DkmWin32ExceptionInformation'. |
ClrException | 1 | Object is an instance of 'DkmClrExceptionInformation'. |
CppException | 2 | Object is an instance of 'DkmCppExceptionInformation'. |
GPUMemoryAccessException | 3 | Object is an instance of 'DkmGPUMemoryAccessExceptionInformation'. |
CustomException | 4 | Object is an instance of 'DkmCustomExceptionInformation'. |