Initializes a new instance of the
DataGridRowError class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Collections.Generic.IEnumerable(Of String) _
)
public DataGridRowError(
System.string ,
System.Collections.Generic.IEnumerable<string>
)
Parameters
- message
- The error message.
- members
- The names of the columns associated with this error.
See Also