Table of Contents

Class WorkflowFailedException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Exception thrown when a workflow has failed while waiting for the result.

public class WorkflowFailedException : TemporalException, ISerializable
Inheritance
WorkflowFailedException
Implements
Inherited Members

Constructors

WorkflowFailedException(Exception?)

Initializes a new instance of the WorkflowFailedException class.

public WorkflowFailedException(Exception? inner)

Parameters

inner Exception

Cause of the exception.