Click or drag to resize

DataFramegetError Method

Get the exception this dataframe is storing, stored through the MarkException method. Call this if the dataframe has an error to find out what error it is

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public Exception getError()

Return Value

Type: Exception

Implements

IDataTablegetError
See Also