Severity 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.
The severity kinds.
public enum Severity
type Severity =
Public Enum Severity
- Inheritance
-
Severity
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | Default / Undefined error Level |
Info | 1 | Informational Message |
Warning | 2 | Warning |
Error | 3 | Error |