Class CodeActionAlreadyExistsException
OptimaJet.Workflow.Core.Fault.CodeActionAlreadyExistsException
Represents an exception raised when a workflow scheme already contains a code action with the same name and type.
Namespace: OptimaJet.Workflow.Core.Fault
public class CodeActionAlreadyExistsException : Exception, ISerializableType Hierarchy
- Exception
- CodeActionAlreadyExistsException Current type
- Implemented interfaces
- CodeActionAlreadyExistsException Current type
Constructors
public CodeActionAlreadyExistsException(string codeActionName, CodeActionType type, string schemeCode) #Initializes a new instance of the CodeActionAlreadyExistsException class.
Parameters
Name
Type
Description
codeActionNameStringThe name of the duplicated code action.
schemeCodeStringThe code of the workflow scheme where the duplicate was found.