Xceed Grid for WinForms v4.3 Documentation
RowValidationErrorEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > RowValidationErrorEventArgs Class : RowValidationErrorEventArgs Constructor
The Exception that was thrown.
Provides information regarding the row which failed the validation process.
Syntax
'Declaration
 
Public Function New( _
   ByVal exception As Exception _
)
'Usage
 
Dim exception As Exception
 
Dim instance As New RowValidationErrorEventArgs(exception)
public RowValidationErrorEventArgs( 
   Exception exception
)

Parameters

exception
The Exception that was thrown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowValidationErrorEventArgs Class
RowValidationErrorEventArgs Members