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
Syntaxpublic class ProcessSchemeInlineTemplateException : Exception, ISerializable
Methods
Create(string, List<string>, bool)
Declarationpublic static ProcessSchemeInlineTemplateException Create(string schemeCode, List<string> buildErrors, bool forWeb = false)
Type | Name | Description |
---|---|---|
string | schemeCode | |
List<string> | buildErrors | |
bool | forWeb |
Type | Description |
---|---|
ProcessSchemeInlineTemplateException |
Fields
BuildErrors
Declarationpublic List<string> BuildErrors
Type | Description |
---|---|
List<string> |