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