Click or drag to resize

TemplateParserException Constructor

New exception

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public TemplateParserException(
	string message,
	int index,
	string template
)

Parameters

message
Type: SystemString
The message to be shown.
index
Type: SystemInt32
Current index when the error occurred.
template
Type: SystemString
See Also