Class PlayerErrorSourceLocation
Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.
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; }