Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessSchemeInlineTemplateException

OptimaJet.Workflow.Core.Fault.ProcessSchemeInlineTemplateException

Represents an exception raised when building a process scheme from an inline template fails.

public class ProcessSchemeInlineTemplateException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Methods

public static ProcessSchemeInlineTemplateException Create(string schemeCode, List<string> buildErrors, bool forWeb = false) #
Creates a ProcessSchemeInlineTemplateException with an optional web-friendly message format.

Parameters

Name
Type
Description
schemeCode
String
The scheme code being processed.
buildErrors
List<String>
The build error messages collected during inline template processing.
forWeb
Boolean
A value that indicates whether web formatting should be used for error output.

Returns

Type
Description
ProcessSchemeInlineTemplateException
A configured ProcessSchemeInlineTemplateException instance that includes the supplied error messages.

Fields

public List<string> BuildErrors #
The list of error messages produced during inline template processing.