Class ErrorToken
public record ErrorToken : IEquatable<ErrorToken>
- Inheritance
-
ErrorToken
- Implements
- Inherited Members
Constructors
ErrorToken(string, int, int)
public ErrorToken(string Message, int Line, int Column)
Parameters
Properties
Column
public int Column { get; init; }
Property Value
Line
public int Line { get; init; }
Property Value
Message
public string Message { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.