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, ISerializableType Hierarchy
- Exception
- ParameterNotFoundException Current type
- Implemented interfaces
- ParameterNotFoundException Current type
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.