Class TemplateProcessingException
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
messagestring
TemplateProcessingException(string, Exception)
public TemplateProcessingException(string message, Exception innerException)