Class ParameterNotFoundException
OptimaJet.Workflow.Core.Fault.ParameterNotFoundException
The exception thrown when a requested parameter is not found in a workflow scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class ParameterNotFoundException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ParameterNotFoundException(string parameterName, string schemeCode) #Initializes a new instance of the ParameterNotFoundException with a message describing the missing parameter and scheme.
Parameters
Name
Type
Description
parameterNameStringThe name of the missing parameter.
schemeCodeStringThe workflow scheme code used to search for the parameter.