Show / Hide Table of Contents

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.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<SeverityLevel>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX