Table of Contents

Class BusyErrorNode

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

Constructors

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

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

Parameters

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