Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class ProcessParameterDeserializationException

OptimaJet.Workflow.Api.Exceptions.ProcessParameterDeserializationException

An exception thrown when a process parameter cannot be deserialized to the target type.

public class ProcessParameterDeserializationException : InvalidOperationException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • InvalidOperationException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ProcessParameterDeserializationException(string parameterName, Type targetType) #
An exception thrown when a process parameter cannot be deserialized to the target type.

Parameters

Name
Type
Description
parameterName
String
The name of the process parameter that could not be deserialized.
targetType
Type
The target type to which the parameter could not be deserialized.