Class WorkflowFailedException
Exception thrown when a workflow has failed while waiting for the result.
Inherited Members
Namespace: Temporalio.Exceptions
Assembly: Temporalio.dll
Syntax
public class WorkflowFailedException : TemporalException
Constructors
WorkflowFailedException(Nullable<Exception>)
Initializes a new instance of the WorkflowFailedException class.
Declaration
public WorkflowFailedException(Exception? inner)
Parameters
Type | Name | Description |
---|---|---|
Nullable<Exception> | inner | Cause of the exception. |