Skip to main content

Class ProcessSchemeBuildException

Inheritance

↳ object

    ↳ Exception

        ProcessSchemeBuildException

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 ProcessSchemeBuildException : Exception, ISerializable

Constructors

ProcessSchemeBuildException(string, List<string>, string)

Declaration
public ProcessSchemeBuildException(string schemeCode, List<string> buildErrors, string failedStep)
Parameters
TypeNameDescription
stringschemeCode
List<string>buildErrors
stringfailedStep

Fields

BuildErrors

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

FailedStep

Declaration
public string FailedStep
Returns
TypeDescription
string

Extension Methods