DkmExceptionCategory Class
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.
Indicates the type of exception.
public ref class DkmExceptionCategory abstract sealed
public ref class DkmExceptionCategory abstract sealed
class DkmExceptionCategory abstract sealed
public static class DkmExceptionCategory
type DkmExceptionCategory = class
Public Class DkmExceptionCategory
- Inheritance
-
DkmExceptionCategory
Properties
| Name | Description |
|---|---|
| ActiveScript |
ActiveScript Exception. |
| Clr |
Common Language Runtime Exception. |
| Cpp |
C++ Exception. |
| Deadlock |
Deadlock detected on thread. |
| Gpu |
GPU Exception. |
| ManagedDebuggingAssistant |
Managed Debugging Assistant (MDA). These are notifications that come of the CLR to notify the user of problems. |
| NativeRuntimeCheck |
Native Run-Time Check. |
| Win32 |
Win32 Exception. |