Table of Contents

Method AddError

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

AddError(string, int, string)

Records a parsing error.

public void AddError(string message, int position = -1, string context = null)

Parameters

message string

Description of the error

position int

Position in the CSS where the error occurred

context string

Context snippet of the CSS around the error