JsonSerializationException.HasLineInfo Property

Definition

Gets a value indicating whether the exception can return line information.

public bool HasLineInfo { get; }
member this.HasLineInfo : bool
Public ReadOnly Property HasLineInfo As Boolean

Property Value

true if the exception can return line information; otherwise, false.

Applies to