ErrorBoundaryBase.MaximumErrorCount Property

Definition

The maximum number of errors that can be handled. If more errors are received, they will be treated as fatal. Calling Recover() resets the count.

[Microsoft.AspNetCore.Components.Parameter]
public int MaximumErrorCount { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.MaximumErrorCount : int with get, set
Public Property MaximumErrorCount As Integer

Property Value

Attributes

Applies to