Class RpcTimeoutOrCanceledException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Exception representing timeout or cancellation on some client calls.
public class RpcTimeoutOrCanceledException : TemporalException, ISerializable
- Inheritance
-
RpcTimeoutOrCanceledException
- Implements
- Derived
- Inherited Members
Constructors
RpcTimeoutOrCanceledException(string, Exception?)
Initializes a new instance of the RpcTimeoutOrCanceledException class.
public RpcTimeoutOrCanceledException(string message, Exception? inner)