Table of Contents

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)

Parameters

message string

Message.

inner Exception

Cause of the exception.