Class ProcessSchemeInlineTemplateException
OptimaJet.Workflow.Core.Fault.ProcessSchemeInlineTemplateException
Represents an exception raised when building a process scheme from an inline template fails.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessSchemeInlineTemplateException : Exception, ISerializableInheritance
- 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
schemeCodeStringThe scheme code being processed.
buildErrorsList<String>The build error messages collected during inline template processing.
forWebBooleanA value that indicates whether web formatting should be used for error output.
Returns
Type
Description
ProcessSchemeInlineTemplateExceptionA configured ProcessSchemeInlineTemplateException instance that includes the supplied error messages.
Fields
public List<string> BuildErrors #The list of error messages produced during inline template processing.