TextTransformation::Error Method (String^)
Visual Studio 2015
Creates a new error to store information about errors that occur during the text template transformation process.
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
Parameters
- message
-
Type:
System::String^
A message that describes the error.
Adds the error to the collection of Errors for the text template transformation process. Sets the line number of the error to -1, and the column number of the error to -1 by default.
The following code example demonstrates calling the Error method from a text template. Paste this code into any text template file and run the text template transformation to see the results. The error will appear in the Error List.
Show: