Class ProcessParameterDeserializationException
OptimaJet.Workflow.Api.Exceptions.ProcessParameterDeserializationException
An exception thrown when a process parameter cannot be deserialized to the target type.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class ProcessParameterDeserializationException : InvalidOperationException, ISerializableInheritance
- 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
parameterNameStringThe name of the process parameter that could not be deserialized.
targetTypeTypeThe target type to which the parameter could not be deserialized.