Class ActivityFailedException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Exception thrown when a standalone activity has failed while waiting for the result.
public class ActivityFailedException : TemporalException, ISerializable
- Inheritance
-
ActivityFailedException
- Implements
- Inherited Members
Remarks
WARNING: Standalone activities are experimental.
Constructors
ActivityFailedException(Exception?)
Initializes a new instance of the ActivityFailedException class.
public ActivityFailedException(Exception? inner)
Parameters
innerExceptionCause of the exception.