Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParameterNotFoundException

OptimaJet.Workflow.Core.Fault.ParameterNotFoundException

The exception thrown when a requested parameter is not found in a workflow scheme.

public class ParameterNotFoundException : Exception, ISerializable

Inheritance

  • 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
parameterName
String
The name of the missing parameter.
schemeCode
String
The workflow scheme code used to search for the parameter.