Class InvalidWorkflowOperationException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Occurs when the workflow has done something invalid.
public class InvalidWorkflowOperationException : TemporalException, ISerializable
- Inheritance
-
InvalidWorkflowOperationException
- Implements
- Inherited Members
Properties
StackTrace
Gets a string representation of the immediate frames on the call stack.
public override string? StackTrace { get; }
Property Value
- string
A string that describes the immediate frames of the call stack.