Class TemplateException NamespaceDynamicweb.Rendering AssemblyDynamicweb.Core.dll public class TemplateException : Exception, ISerializable Inheritance object Exception TemplateException Implements ISerializable Derived TemplateCompilationException TemplateParsingException Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Constructors 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 Properties Template public Template Template { get; } Property Value Template