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
failureFailureUnderlying proto failure.
innerExceptionInner exception if any.
converterIPayloadConverterConverter used for converting details.
Properties
Failure
Gets the underlying protobuf failure object.
public Failure Failure { get; }
Property Value
LastHeartbeatDetails
Gets the last heartbeat details of the activity if applicable.
public InboundFailureDetails LastHeartbeatDetails { get; protected init; }
Property Value
TimeoutType
Gets the type of timeout that occurred.
public TimeoutType TimeoutType { get; }