![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IExecutionCallbackTOnFailure Method |
Called when an execution is completed with an error.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxvoid OnFailure(
Exception t
)
Sub OnFailure (
t As Exception
)
void OnFailure(
Exception^ t
)
abstract OnFailure :
t : Exception -> unit
Parameters
- t
- Type: SystemException
exception thrown
RemarksCalled when an execution is completed with an error.
See Also