Click or drag to resize

IExecutionCallbackTOnFailure Method

Called when an execution is completed with an error.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void OnFailure(
	Exception t
)

Parameters

t
Type: SystemException
exception thrown
Remarks
Called when an execution is completed with an error.
See Also