Class ParameterAlreadyExistsException
OptimaJet.Workflow.Core.Fault.ParameterAlreadyExistsException
Represents an exception thrown when a workflow parameter with the same name is already present in a scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class ParameterAlreadyExistsException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ParameterAlreadyExistsException(string parameterName, string schemeCode) #Initializes a new instance of the ParameterAlreadyExistsException class for a duplicate parameter name in the specified workflow scheme.
Parameters
Name
Type
Description
parameterNameStringThe name of the parameter that already exists in the scheme.
schemeCodeStringThe workflow scheme code that already contains this parameter.