Initializes new instance of ErrorInformation with a given message and
GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser.Span
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Span _
)
public ValidationResults.ErrorInformation(
string ,
Span
)
Parameters
- message
- The error message
- span
- The error location.
See Also