Table of Contents

Class TemplateProcessingException

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll

This exception gets thrown when an error occurs when processing a translation unit that is a template and inserting values into this template.

public class TemplateProcessingException : TlumachException, ISerializable
Inheritance
TemplateProcessingException
Implements
Inherited Members

Constructors

TemplateProcessingException()

public TemplateProcessingException()

TemplateProcessingException(string)

public TemplateProcessingException(string message)

Parameters

message string

TemplateProcessingException(string, Exception)

public TemplateProcessingException(string message, Exception innerException)

Parameters

message string
innerException Exception