Click or drag to resize

DataFrameMarkException Method

Call to store an exception in the dataframe for future reference

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void MarkException(
	Exception e
)

Parameters

e
Type: SystemException
Exception to store as this dataframe's error state

Implements

IDataTableMarkException(Exception)
See Also