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
Properties
Failure
Gets the underlying protobuf failure object.
public Failure Failure { get; }
Property Value
NonRetryable
Gets a value indicating whether this exception is non-retryable.
public bool NonRetryable { get; }