Table of Contents

Class ExternalErrorNode

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

Constructors

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

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

Parameters

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