Partager via


ErrorBoundaryBase.MaximumErrorCount Propriété

Définition

Nombre maximal d’erreurs pouvant être gérées. Si d’autres erreurs sont reçues, elles seront traitées comme irrécupérables. L’appel Recover() réinitialise le nombre.

[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

Valeur de propriété

Attributs

S’applique à