Table of Contents

Class TimeoutFailureException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Exception representing a timeout.

public class TimeoutFailureException : FailureException, ISerializable
Inheritance
TimeoutFailureException
Implements
Inherited Members

Constructors

TimeoutFailureException(Failure, Exception?, IPayloadConverter)

Initializes a new instance of the TimeoutFailureException class.

protected TimeoutFailureException(Failure failure, Exception? inner, IPayloadConverter converter)

Parameters

failure Failure

Underlying proto failure.

inner Exception

Inner exception if any.

converter IPayloadConverter

Converter used for converting details.

Properties

Failure

Gets the underlying protobuf failure object.

public Failure Failure { get; }

Property Value

Failure

LastHeartbeatDetails

Gets the last heartbeat details of the activity if applicable.

public InboundFailureDetails LastHeartbeatDetails { get; protected init; }

Property Value

InboundFailureDetails

TimeoutType

Gets the type of timeout that occurred.

public TimeoutType TimeoutType { get; }

Property Value

TimeoutType