Class PlayerErrorSourceLocation
PlayerErrorSourceLocation
public sealed class PlayerErrorSourceLocation- Inheritance
- 
      
      PlayerErrorSourceLocation
- Inherited Members
Properties
File
file
[JsonPropertyName("file")]
public string File { get; set; }Property Value
Line
line
[JsonPropertyName("line")]
public long Line { get; set; }