Click or drag to resize

TokenMessage Constructor

Create a parse error Message with the specified text, in connection with the specified Token.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected TokenMessage(
	string text,
	Token token
)

Parameters

text
Type: SystemString
token
Type: Nova.ParsingToken
See Also