Table of Contents

Class OrchestrationAlreadyExistsException

Namespace
DurableTask.Core.Exceptions
Assembly
DurableTask.Core.dll

Represents orchestration already exists exception

public class OrchestrationAlreadyExistsException : InvalidOperationException, ISerializable
Inheritance
OrchestrationAlreadyExistsException
Implements
Inherited Members

Constructors

OrchestrationAlreadyExistsException()

Initializes a new instance of the OrchestrationAlreadyExistsException class.

public OrchestrationAlreadyExistsException()

OrchestrationAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of the OrchestrationAlreadyExistsException class with serialized data.

protected OrchestrationAlreadyExistsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

OrchestrationAlreadyExistsException(string)

Initializes an new instance of the OrchestrationAlreadyExistsException class with a specified error message

public OrchestrationAlreadyExistsException(string message)

Parameters

message string

The message that describes the error.

OrchestrationAlreadyExistsException(string, Exception)

Initializes an new instance of the OrchestrationAlreadyExistsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public OrchestrationAlreadyExistsException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.