17.245. Class ExceptionManager.Options
Namespace: ArmoniK.Core.Common.Utils
Assembly: ArmoniK.Core.Common.dll
Options for the ExceptionManger
public record ExceptionManager.Options : IEquatable<ExceptionManager.Options>
17.245.1. Inheritance
17.245.2. Implements
17.245.3. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.245.4. Constructors
17.245.4.1. Options(TimeSpan, int?)
Options for the ExceptionManger
public Options(TimeSpan GraceDelay = default, int? MaxError = null)
17.245.4.1.1. Parameters
GraceDelay TimeSpan
Delay between the
MaxError int?
Maximum number of allowed errors
17.245.5. Properties
17.245.5.1. GraceDelay
Delay between the
public TimeSpan GraceDelay { get; init; }
17.245.5.1.1. Property Value
17.245.5.2. MaxError
Maximum number of allowed errors
public int? MaxError { get; init; }
17.245.5.2.1. Property Value
int?