Click or drag to resize
EndOfFileException Constructor
Thrown when an attempt is made to select a record before the first record in the file or after the last record in the file (Based on effective sort order.).

Namespace: KampData.TaxEngine.API.Exceptions
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public EndOfFileException(
	string Message
)

Parameters

Message
Type: SystemString
"Table " + PhysicalName + ": Max zero based row number is " + (RowCount - 1).ToString()
See Also