Enum SeverityLevel
Values that represent exception severities.
Namespace: Kephas.ExceptionHandling
Assembly: Kephas.Core.dll
Syntax
public enum SeverityLevel
Fields
Name | Description |
---|---|
Error | An enum constant representing the error option. |
Fatal | An enum constant representing the fatal error option. |
Info | An enum constant representing the information option. |
Warning | An enum constant representing the warning option. |