Class ProcessSchemeBuildException
OptimaJet.Workflow.Core.Fault.ProcessSchemeBuildException
Represents an exception raised when a workflow process scheme cannot be built.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessSchemeBuildException : Exception, ISerializableInheritance
- 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
schemeCodeStringThe scheme code that was being built.
buildErrorsList<String>The build error messages collected during scheme creation.
failedStepStringThe name of the build step that failed.