Table of Contents

Class RetryExceededException

Namespace
JobFlow.Core.Exceptions
Assembly
JobFlow.Core.dll
public class RetryExceededException : Exception, ISerializable
Inheritance
object
RetryExceededException
Implements
Inherited Members
Extension Methods

Constructors

RetryExceededException()

public RetryExceededException()

RetryExceededException(SerializationInfo, StreamingContext)

protected RetryExceededException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RetryExceededException(string)

public RetryExceededException(string message)

Parameters

message string

RetryExceededException(string, Exception)

public RetryExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception