ParseError Class

Definition

This class reports the error that occured during parsing.

[System.Serializable]
public sealed class ParseError
[<System.Serializable>]
type ParseError = class
Public NotInheritable Class ParseError
Inheritance
ParseError
Attributes

Constructors

ParseError(Int32, Int32, Int32, Int32, String)

Constructor

Properties

Column

Represents the starting column of the AST that caused the error.

Line

Represents the starting line of the AST that caused the error.

Message

Definition of the error.

Number

The error code that uniqely represents the type of error. For example, may have the form XXXXX where X is a digit.

Offset

Represents the starting offset of the AST that caused the error.

Applies to