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.
Inheritance
TemplateProcessingException
Assembly: Tlumach.Base.dll
Syntax
public class TemplateProcessingException : TlumachException, ISerializable
Constructors
TemplateProcessingException()
Declaration
public TemplateProcessingException()
TemplateProcessingException(string)
Declaration
public TemplateProcessingException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
TemplateProcessingException(string, Exception)
Declaration
public TemplateProcessingException(string message, Exception innerException)
Parameters
Implements