Table of Contents

Class WorkflowQueryFailedException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Thrown when a query fails on the worker.

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

Constructors

WorkflowQueryFailedException(string)

Initializes a new instance of the WorkflowQueryFailedException class.

public WorkflowQueryFailedException(string message)

Parameters

message string

Reason for failure.