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