Click or drag to resize

ParserAttachMessage Method

Create a parser error message in connection with the specified Token and attach it to the related CodeObject.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AttachMessage(
	CodeObject codeObject,
	string text,
	Token token
)

Parameters

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