IDataFetchReceiverErrorOnFetch Method |
Called when an error happens while fetching
Namespace:
Kratos_3.Interfaces
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxvoid ErrorOnFetch(
Exception e
)
Sub ErrorOnFetch (
e As Exception
)
void ErrorOnFetch(
Exception^ e
)
abstract ErrorOnFetch :
e : Exception -> unit
Parameters
- e
- Type: SystemException
Error that happened.
See Also