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