TextTransformation::Error Method (String^)

 

Creates a new error to store information about errors that occur during the text template transformation process.

Namespace:   Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)

public:
void Error(
	String^ message
)

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.

No code example is currently available or this language may not be supported.
Return to top
Show: