Initializes a new instance of the ColumnCountOutOfRangeException class with specific error message.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ColumnCountOutOfRangeException(
string
)
Parameters
- message
- A message that describes the error.
See Also