IWorkItem TContext  WorkFailed Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Invoked when either work execution or work success method threw an exception and did not succeed

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

void WorkFailed(
	bool workPerformed,
	Exception error
)

Parameters

workPerformed
Type: OnlineSystem Boolean
When true indicates that PerformWork() worked without exception but exception happened later
error
Type: OnlineSystem Exception
Exception instance
See Also