Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessSchemeBuildException

OptimaJet.Workflow.Core.Fault.ProcessSchemeBuildException

Represents an exception raised when a workflow process scheme cannot be built.

public class ProcessSchemeBuildException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ProcessSchemeBuildException(string schemeCode, List<string> buildErrors, string failedStep) #
Initializes a new instance of the ProcessSchemeBuildException class with scheme diagnostics.

Parameters

Name
Type
Description
schemeCode
String
The scheme code that was being built.
buildErrors
List<String>
The build error messages collected during scheme creation.
failedStep
String
The name of the build step that failed.

Fields

public List<string> BuildErrors #
The list of error messages produced during the build operation.
public string FailedStep #
The name of the build step that failed.