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