Represents an error that occurred during template parsing.

Namespace: Limilabs.Mail.Templates
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
[SerializableAttribute]
public class TemplateException : Exception
Visual Basic
<SerializableAttribute> _
Public Class TemplateException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class TemplateException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Limilabs.Mail.Templates..::..TemplateException

See Also