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