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
Syntaxpublic class ProcessSchemeBuildException : Exception, ISerializable
Constructors
ProcessSchemeBuildException(string, List<string>, string)
Declarationpublic ProcessSchemeBuildException(string schemeCode, List<string> buildErrors, string failedStep)
| Type | Name | Description |
|---|---|---|
| string | schemeCode | |
| List<string> | buildErrors | |
| string | failedStep |
Fields
BuildErrors
Declarationpublic List<string> BuildErrors
| Type | Description |
|---|---|
| List<string> |
FailedStep
Declarationpublic string FailedStep
| Type | Description |
|---|---|
| string |