Show / Hide Table of Contents

Class ParseError

A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.

Inheritance
System.Object
ParseError
Namespace: Supremes.Parsers
Assembly: Supremes.dll
Syntax
public sealed class ParseError : object

Properties

ErrorMessage

Retrieve the error message.

Declaration
public string ErrorMessage { get; }
Property Value
Type Description
System.String

the error message.

Position

Retrieves the offset of the error.

Declaration
public int Position { get; }
Property Value
Type Description
System.Int32

error offset within input

Methods

ToString()

Converts the value of this instance to a string.

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX