EvaluationError(String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EvaluationError class.
public:
EvaluationError(System::String ^ variableName, int startPosition, int endPosition);
public:
EvaluationError(Platform::String ^ variableName, int startPosition, int endPosition);
EvaluationError(std::wstring const & variableName, int startPosition, int endPosition);
public EvaluationError (string variableName, int startPosition, int endPosition);
new Microsoft.VisualStudio.Workspace.Evaluator.EvaluationError : string * int * int -> Microsoft.VisualStudio.Workspace.Evaluator.EvaluationError
Public Sub New (variableName As String, startPosition As Integer, endPosition As Integer)
Parameters
- variableName
- String
name of the variable that fails to evaluate
- startPosition
- Int32
Start position of the error
- endPosition
- Int32
End position of the error