Class ProcessExecutionException
Inheritance
↳ object
↳ Exception
↳ ProcessExecutionException
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 ProcessExecutionException : Exception, ISerializable
Constructors
ProcessExecutionException(string, Exception, bool)
Declarationpublic ProcessExecutionException(string message, Exception innerException, bool processStatusWasCorrectlySet)
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException | |
bool | processStatusWasCorrectlySet |
Properties
ProcessStatusWasCorrectlySet
Declarationpublic bool ProcessStatusWasCorrectlySet { get; }
Type | Description |
---|---|
bool |