Table of Contents

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

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
To top