| TemplateParsingException Constructor (Template, String, Int32, Int32, Exception) |
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public TemplateParsingException(
Template template,
string message,
int line,
int column,
Exception innerException
)
Public Sub New (
template As Template,
message As String,
line As Integer,
column As Integer,
innerException As Exception
)
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
- message
- Type: SystemString
- line
- Type: SystemInt32
- column
- Type: SystemInt32
- innerException
- Type: SystemException
See Also