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
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.
TaskFailedExceptionDeserializationException(string)
Initializes an new instance of the TaskFailedExceptionDeserializationException class with a specified error message
public TaskFailedExceptionDeserializationException(string message)
Parameters
message
stringThe 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)