Overload List

  NameDescription
Public methodTemplateError(CompilerError)
Initializes a new instance of the TemplateError class
Public methodTemplateError(ValidationError)
Initializes a new instance of the TemplateError class
Public methodTemplateError(IParseError, String)
Initializes a new instance of the TemplateError class
Public methodTemplateError(ITemplateAstNode, String)
Initializes a new instance of the TemplateError class
Public methodTemplateError(TemplateError, String)
Creates a new Template Error while setting the SourceFilePath property.
Public methodTemplateError(ITemplateAstNode, String, String)
Initializes a new instance of the TemplateError class
Public methodTemplateError(ITemplateAstNode, String, String, Boolean)
Initializes a new instance of the TemplateError class
Public methodTemplateError(String, String, String, TextPositionRange, TemplateErrorLevel, TemplateErrorType)
Initializes a new instance of the TemplateError class
Public methodTemplateError(String, String, String, TextPositionRange, TemplateErrorLevel, TemplateErrorType, IClassificationType)
Initializes a new instance of the TemplateError class

See Also