Failed(Exception)
static
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.
