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
SerializationInfoThe System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe 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
stringThe 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)