Class JobFlowException
- Namespace
- JobFlow.Core.Infrastructure
- Assembly
- JobFlow.Core.dll
public abstract class JobFlowException : Exception, ISerializable
- Inheritance
-
objectJobFlowException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
JobFlowException()
public JobFlowException()
JobFlowException(SerializationInfo, StreamingContext)
protected JobFlowException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
JobFlowException(string)
public JobFlowException(string message)
Parameters
messagestring
JobFlowException(string, Exception)
public JobFlowException(string message, Exception innerException)