Compartir a través de


ErrorBoundaryBase.MaximumErrorCount Propiedad

Definición

Número máximo de errores que se pueden controlar. Si se reciben más errores, se tratarán como irrecuperables. La llamada a Recover() restablece el recuento.

[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

Valor de propiedad

Atributos

Se aplica a