Click or drag to resize

TemplateException Constructor (Template, String, Exception)

Initializes a new instance of the TemplateException class

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public TemplateException(
	Template template,
	string message,
	Exception innerException
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
message
Type: SystemString
innerException
Type: SystemException
See Also