Class TerminatedFailureException
Exception representing a terminated workflow.
Namespace: Temporalio.Exceptions
Assembly: Temporalio.dll
Syntax
public class TerminatedFailureException : FailureException
Constructors
TerminatedFailureException(Failure, Nullable<Exception>)
Initializes a new instance of the TerminatedFailureException class.
Declaration
protected TerminatedFailureException(Failure failure, Exception? inner)
Parameters
Type | Name | Description |
---|---|---|
Failure | failure | Underlying proto failure. |
Nullable<Exception> | inner | Inner exception if any. |
Properties
Failure
Gets the underlying protobuf failure object.
Declaration
public Failure Failure { get; }
Property Value
Type | Description |
---|---|
Failure |