22.249. Class ExceptionManager.Options

Namespace: ArmoniK.Core.Common.Utils
Assembly: ArmoniK.Core.Common.dll

Options for the ExceptionManger

public record ExceptionManager.Options : IEquatable<ExceptionManager.Options>

22.249.1. Inheritance

objectExceptionManager.Options

22.249.2. Implements

IEquatable<ExceptionManager.Options>

22.249.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

22.249.4. Constructors

22.249.4.1. Options(TimeSpan, int?)

Options for the ExceptionManger

public Options(TimeSpan GraceDelay = default, int? MaxError = null)

22.249.4.1.1. Parameters

GraceDelay TimeSpan

Delay between the and the

MaxError int?

Maximum number of allowed errors

22.249.5. Properties

22.249.5.1. GraceDelay

Delay between the and the

public TimeSpan GraceDelay { get; init; }

22.249.5.1.1. Property Value

TimeSpan

22.249.5.2. MaxError

Maximum number of allowed errors

public int? MaxError { get; init; }

22.249.5.2.1. Property Value

int?