Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class WrongSubprocessMarkupException

OptimaJet.Workflow.Core.Fault.WrongSubprocessMarkupException

Represents an exception that is thrown when subprocess markup in a workflow definition is invalid.

public class WrongSubprocessMarkupException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

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
activity
ActivityDefinition
The activity that contains invalid subprocess markup.
errormessage
String
The error message template describing the markup issue.
errormessageParameters
Object[]
Arguments used to format errormessage.
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
transition
TransitionDefinition
The transition that contains invalid subprocess markup.
errormessage
String
The error message template describing the markup issue.
errormessageParameters
Object[]
Arguments used to format errormessage.