| 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
)
Public Sub New (
message As String,
index As Integer,
template As String
)
Dim message As String
Dim index As Integer
Dim template As String
Dim instance As New TemplateParserException(message,
index, template)
new :
message : string *
index : int *
template : string -> TemplateParserException
Parameters
- message
- Type: SystemString
The message to be shown. - index
- Type: SystemInt32
Current index when the error occurred. - template
- Type: SystemString
See Also