Table of Contents

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

eventId int

EventId of the error.

eventDetails string

The message that describes the error.

NonDeterministicOrchestrationException(SerializationInfo, StreamingContext)

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

protected NonDeterministicOrchestrationException(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.

NonDeterministicOrchestrationException(string)

Initializes a new instance of the NonDeterministicOrchestrationException class.

public NonDeterministicOrchestrationException(string message)

Parameters

message string

The 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)

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.