Class FunctionFailedException
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.