DataRequestErrorOnFetch Method |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic virtual void ErrorOnFetch(
Exception e
)
Public Overridable Sub ErrorOnFetch (
e As Exception
)
public:
virtual void ErrorOnFetch(
Exception^ e
)
abstract ErrorOnFetch :
e : Exception -> unit
override ErrorOnFetch :
e : Exception -> unit
Parameters
- e
- Type: SystemException
Implements
IDataFetchReceiverErrorOnFetch(Exception)
See Also