ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowError Class / DataGridRowError Constructor / DataGridRowError Constructor(String)
The error message.

In This Topic
    DataGridRowError Constructor(String)
    In This Topic
    Initializes a new instance of the DataGridRowError class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public DataGridRowError( 
       string message
    )

    Parameters

    message
    The error message.
    See Also