ActiveReports 12
ValidationResults.ErrorInformation Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ValidationResults.ErrorInformation Class : ValidationResults.ErrorInformation Constructor
The error message
The error location.
Initializes new instance of ErrorInformation with a given message and GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser.Span
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal span As Span _
)
public ValidationResults.ErrorInformation( 
   string message,
   Span span
)

Parameters

message
The error message
span
The error location.
See Also

Reference

ValidationResults.ErrorInformation Class
ValidationResults.ErrorInformation Members