Table of Contents

Class InvalidWorkflowSchedulerException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Occurs when the workflow does something outside of the workflow scheduler.

public class InvalidWorkflowSchedulerException : InvalidWorkflowOperationException, ISerializable
Inheritance
InvalidWorkflowSchedulerException
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.