Aracılığıyla paylaş


Diagnostics.LineNumber Property

Definition

Gets the line number the error occurred on.

[Newtonsoft.Json.JsonProperty(PropertyName="lineNumber")]
public int? LineNumber { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lineNumber")>]
member this.LineNumber : Nullable<int>
Public ReadOnly Property LineNumber As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to