Table of Contents

Class ValueErrorNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class ValueErrorNode : ErrorNode
Inheritance
ValueErrorNode
Inherited Members

Constructors

ValueErrorNode(string, List<Node>?, List<Node>?)

public ValueErrorNode(string errorType, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

errorType string
leadingWhitespace List<Node>
trailingWhitespace List<Node>