The Level of exception

C# | Visual Basic | Visual C++ |
public enum ExceptionLevel
Public Enumeration ExceptionLevel
public enum class ExceptionLevel

Member | Description |
---|---|
Minor |
Indicate the Exception level is Minor
|
Low |
Indicate the Exception level is Low
|
Medium |
Indicate the Exception level is Medium
|
High |
Indicate the Exception level is High
|
Critical |
Indicate the Exception level is Critical
|