Class NonDeterministicOrchestrationException
- Namespace
- DurableTask.Core.Exceptions
- Assembly
- DurableTask.Core.dll
Represents non deterministic created during orchestration execution
public class NonDeterministicOrchestrationException : OrchestrationException, ISerializable
- Inheritance
-
NonDeterministicOrchestrationException
- Implements
- Inherited Members
Constructors
NonDeterministicOrchestrationException()
Initializes a new instance of the NonDeterministicOrchestrationException class.
public NonDeterministicOrchestrationException()
NonDeterministicOrchestrationException(int, string)
Initializes an new instance of the NonDeterministicOrchestrationException class with a specified event id and error message
public NonDeterministicOrchestrationException(int eventId, string eventDetails)
Parameters
NonDeterministicOrchestrationException(SerializationInfo, StreamingContext)
Initializes a new instance of the NonDeterministicOrchestrationException class with serialized data.
protected NonDeterministicOrchestrationException(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.
NonDeterministicOrchestrationException(string)
Initializes a new instance of the NonDeterministicOrchestrationException class.
public NonDeterministicOrchestrationException(string message)
Parameters
message
stringThe message that describes the error.
NonDeterministicOrchestrationException(string, Exception)
Initializes an new instance of the OrchestrationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public NonDeterministicOrchestrationException(string message, Exception innerException)