Class WorkflowUpdateRpcTimeoutOrCanceledException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Exception representing when an update RPC timeout or cancellation. This is not to be confused with an update itself timing out or being canceled, this is just the call.
public class WorkflowUpdateRpcTimeoutOrCanceledException : RpcTimeoutOrCanceledException, ISerializable
- Inheritance
-
WorkflowUpdateRpcTimeoutOrCanceledException
- Implements
- Inherited Members
Constructors
WorkflowUpdateRpcTimeoutOrCanceledException(Exception?)
Initializes a new instance of the WorkflowUpdateRpcTimeoutOrCanceledException class.
public WorkflowUpdateRpcTimeoutOrCanceledException(Exception? inner)
Parameters
inner
ExceptionCause of the exception.