Share via


ErrorBoundaryBase.MaximumErrorCount プロパティ

定義

処理できるエラーの最大数。 さらに多くのエラーが受信された場合は、致命的なエラーとして扱われます。 を呼び出すと Recover() 、カウントがリセットされます。

[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

プロパティ値

属性

適用対象