Class WrongSubprocessMarkupException
OptimaJet.Workflow.Core.Fault.WrongSubprocessMarkupException
Represents an exception that is thrown when subprocess markup in a workflow definition is invalid.
Namespace: OptimaJet.Workflow.Core.Fault
public class WrongSubprocessMarkupException : Exception, ISerializableType Hierarchy
- Exception
- WrongSubprocessMarkupException Current type
- Implemented interfaces
- WrongSubprocessMarkupException Current type
Constructors
public WrongSubprocessMarkupException(ActivityDefinition activity, string errormessage, params object[] errormessageParameters) #Initializes a new instance of the WrongSubprocessMarkupException class for a workflow activity whose subprocess markup is invalid.
Parameters
Name
Type
Description
activityActivityDefinitionThe activity that contains invalid subprocess markup.
errormessageStringThe error message template describing the markup issue.
errormessageParametersObject[]Arguments used to format
errormessage.Exceptions
Type
Description
FormatExceptionThrown when the error message format is invalid.
public WrongSubprocessMarkupException(TransitionDefinition transition, string errormessage, params object[] errormessageParameters) #Initializes a new instance of the WrongSubprocessMarkupException class for a workflow transition whose subprocess markup is invalid.
Parameters
Name
Type
Description
transitionTransitionDefinitionThe transition that contains invalid subprocess markup.
errormessageStringThe error message template describing the markup issue.
errormessageParametersObject[]Arguments used to format
errormessage.Exceptions
Type
Description
FormatExceptionThrown when the error message format is invalid.