Class TemplateException
- Namespace
- Dynamicweb.Rendering
- Assembly
- Dynamicweb.Core.dll
public class TemplateException : Exception, ISerializable
- Inheritance
-
TemplateException
- Implements
- Derived
- Inherited Members
Constructors
TemplateException(Template, string)
public TemplateException(Template template, string message)
Parameters
TemplateException(Template, string, Exception)
public TemplateException(Template template, string message, Exception innerException)
Parameters
Properties
Template
public Template Template { get; }