Class TemplateParserException
Inheritance
TemplateParserException
Assembly: Tlumach.Base.dll
Syntax
public class TemplateParserException : GenericParserException, ISerializable
Constructors
TemplateParserException()
Declaration
public TemplateParserException()
TemplateParserException(string)
Declaration
public TemplateParserException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
TemplateParserException(string, Exception)
Declaration
public TemplateParserException(string message, Exception innerException)
Parameters
Implements