Class ParseException
Exception thrown when a syntax error occurs during parsing
Implements
Inherited Members
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public class ParseException : Exception, ISerializable
Constructors
ParseException(int, string)
Exception thrown when a syntax error occurs during parsing
Declaration
public ParseException(int line, string message)
Parameters
Type | Name | Description |
---|---|---|
int | line | |
string | message |
Properties
Line
Declaration
public int Line { get; }
Property Value
Type | Description |
---|---|
int |