Aracılığıyla paylaş


Diagnostics.ColumnNumber Property

Definition

Gets the column where the error occurred.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to