ErrorBoundaryBase.MaximumErrorCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可以處理的錯誤數目上限。 如果收到更多錯誤,則會將其視為嚴重錯誤。 呼叫 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
屬性值
- 屬性