Skip to main content

Class ProcessSchemeInlineTemplateException

Inheritance

↳ object

    ↳ Exception

        ProcessSchemeInlineTemplateException

Implements

ISerializable

Inherited Members

GetBaseException()

GetObjectData(SerializationInfo, StreamingContext)

GetType()

ToString()

Data

HelpLink

HResult

InnerException

Message

Source

StackTrace

TargetSite

SerializeObjectState

Equals(object)

Equals(object, object)

GetHashCode()

MemberwiseClone()

ReferenceEquals(object, object)

Namespace: OptimaJet.Workflow.Core.Fault

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class ProcessSchemeInlineTemplateException : Exception, ISerializable

Methods

Create(string, List<string>, bool)

Declaration
public static ProcessSchemeInlineTemplateException Create(string schemeCode, List<string> buildErrors, bool forWeb = false)
Parameters
TypeNameDescription
stringschemeCode
List<string>buildErrors
boolforWeb
Returns
TypeDescription
ProcessSchemeInlineTemplateException

Fields

BuildErrors

Declaration
public List<string> BuildErrors
Returns
TypeDescription
List<string>

Extension Methods