Class ExceptionHandlingConfiguration
Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll
Configuration for exception handling behavior.
public class ExceptionHandlingConfiguration
Inheritance
object ← ExceptionHandlingConfiguration
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Gets or sets the log level for exceptions.
Gets or sets a value indicating whether stack traces should be included in logs.
Gets or sets a value indicating whether exceptions should be logged.
Gets or sets the maximum number of context entries to preserve.
Gets or sets a value indicating whether context should be preserved in exceptions.
Gets or sets a value indicating whether exceptions should be rethrown after handling.