The TemplateError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TemplateError(CompilerError) | Initializes a new instance of the TemplateError class | |
TemplateError(ValidationError) | Initializes a new instance of the TemplateError class | |
TemplateError(IParseError, String) | Initializes a new instance of the TemplateError class | |
TemplateError(ITemplateAstNode, String) | Initializes a new instance of the TemplateError class | |
TemplateError(TemplateError, String) |
Creates a new Template Error while setting the SourceFilePath property.
| |
TemplateError(ITemplateAstNode, String, String) | Initializes a new instance of the TemplateError class | |
TemplateError(ITemplateAstNode, String, String, Boolean) | Initializes a new instance of the TemplateError class | |
TemplateError(String, String, String, TextPositionRange, TemplateErrorLevel, TemplateErrorType) | Initializes a new instance of the TemplateError class | |
TemplateError(String, String, String, TextPositionRange, TemplateErrorLevel, TemplateErrorType, IClassificationType) | Initializes a new instance of the TemplateError class |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides Object..::..Equals(Object).) | |
Equals(TemplateError) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Description | ||
ErrorNumber | ||
FileName | ||
FilePath | ||
IsError | ||
IsMessage | ||
IsWarning | ||
Level | ||
PositionRange | ||
SourceFilePath | ||
Type |