Skip to content

DurableJobRunResult.Failed(Exception)

Failed(Exception)

static
View source
public static DurableJobRunResult Failed(Exception exception)
Creates a result indicating the job failed.

Parameters

exceptionException
The exception that caused the failure. This will be passed to the retry policy.

Returns

A failed job result.