Class ServerErrorLocation
public class ServerErrorLocation
- Inheritance
-
ServerErrorLocation
- Inherited Members
Properties
Col
[JsonProperty("col")]
public long Col { get; set; }
Property Value
File
[JsonProperty("file")]
public string File { get; set; }
Property Value
Row
[JsonProperty("row")]
public long Row { get; set; }