Table of Contents

Class WorkflowUpdateFailedException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

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

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

Constructors

WorkflowUpdateFailedException(Exception?)

Initializes a new instance of the WorkflowUpdateFailedException class.

public WorkflowUpdateFailedException(Exception? inner)

Parameters

inner Exception

Cause of the exception.