Table of Contents

Class TaskFailedExceptionDeserializationException

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

Represents errors created during deserialization

public class TaskFailedExceptionDeserializationException : Exception, ISerializable
Inheritance
TaskFailedExceptionDeserializationException
Implements
Inherited Members

Constructors

TaskFailedExceptionDeserializationException()

Initializes a new instance of the TaskFailedExceptionDeserializationException class.

public TaskFailedExceptionDeserializationException()

TaskFailedExceptionDeserializationException(SerializationInfo, StreamingContext)

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

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

TaskFailedExceptionDeserializationException(string)

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

public TaskFailedExceptionDeserializationException(string message)

Parameters

message string

The message that describes the error.

TaskFailedExceptionDeserializationException(string, Exception)

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

public TaskFailedExceptionDeserializationException(string details, Exception deserializationException)

Parameters

details string

The message that describes the error.

deserializationException Exception

The deserialization exception that is the cause of the current exception.