JsonWriterOptions.MaxDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定寫入 JSON 時允許的最大深度,預設 (即 0) 表示最大深度 1000。
public:
property int MaxDepth { int get(); void set(int value); };
public int MaxDepth { get; set; }
member this.MaxDepth : int with get, set
Public Property MaxDepth As Integer
屬性值
例外狀況
當最大深度設定為負值時擲回。
備註
閱讀過此深度將會擲回 < 例外狀況 cref=「T:System.Text.Json.Json.JsonException > 。