Table of Contents

Class FunctionFailedException

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Extensions.DurableTask.dll

The exception that is thrown when a sub-orchestrator or activity function fails with an error.

public class FunctionFailedException : Exception, ISerializable
Inheritance
FunctionFailedException
Implements
Inherited Members

Remarks

The InnerException property of this instance will contain additional information about the failed sub-orchestrator or activity function.