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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.