JsonWriterOptions.MaxDepth 属性

定义

获取或设置写入 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

属性值

Int32

例外

当最大深度设置为负值时引发。

注解

读取此深度将引发<异常 cref=“T:System.Text.Json.JsonException>。

适用于