ExceptionKind 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.
public enum class ExceptionKind
public enum ExceptionKind
type ExceptionKind =
Public Enum ExceptionKind
- Inheritance
-
ExceptionKind
Fields
Name | Value | Description |
---|---|---|
ExceptionInfo | 0 | |
ExceptionWarning | 1 | |
ExceptionDeadlock | 2 | |
ExceptionError | 3 | |
ExceptionInternal | 4 | |
ExceptionBreak | 5 | |
ExceptionDDE | 6 | |
ExceptionSequence | 7 | |
ExceptionNumeric | 8 | |
ExceptionClrError | 9 | |
ExceptionCAS | 10 | |
ExceptionCompanyAccessViolation | 22 |