Click or drag to resize

TemplateParserException Constructor

New exception

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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