The TemplateError type exposes the following members.

Constructors

  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

Methods

  NameDescription
Public methodEquals(Object) (Overrides Object..::..Equals(Object).)
Public methodEquals(TemplateError)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

See Also