Table of Contents

Class ServerFailureException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Exception representing a server failure.

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

Constructors

ServerFailureException(Failure, Exception?)

Initializes a new instance of the ServerFailureException class.

protected ServerFailureException(Failure failure, Exception? inner)

Parameters

failure Failure

Underlying proto failure.

inner Exception

Inner exception if any.

Properties

Failure

Gets the underlying protobuf failure object.

public Failure Failure { get; }

Property Value

Failure

NonRetryable

Gets a value indicating whether this exception is non-retryable.

public bool NonRetryable { get; }

Property Value

bool