Table of Contents

Class ScheduleAlreadyRunningException

Namespace
Temporalio.Exceptions
Assembly
Temporalio.dll

Exception thrown by client when attempting to create a schedule that was already created.

public class ScheduleAlreadyRunningException : FailureException, ISerializable
Inheritance
ScheduleAlreadyRunningException
Implements
Inherited Members

Constructors

ScheduleAlreadyRunningException()

Initializes a new instance of the ScheduleAlreadyRunningException class.

public ScheduleAlreadyRunningException()