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

屬性值

屬性

適用於