Table of Contents

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 SerializationInfo
context StreamingContext

JobFlowException(string)

public JobFlowException(string message)

Parameters

message string

JobFlowException(string, Exception)

public JobFlowException(string message, Exception innerException)

Parameters

message string
innerException Exception