Class RejectedExecutionException
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Exceptions
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Serializable]
public class RejectedExecutionException : Exception, ISerializable
- Inheritance
-
RejectedExecutionException
- Implements
- Inherited Members
Constructors
RejectedExecutionException()
public RejectedExecutionException()
RejectedExecutionException(SerializationInfo, StreamingContext)
protected RejectedExecutionException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
RejectedExecutionException(string)
public RejectedExecutionException(string message)
Parameters
messagestring
RejectedExecutionException(string, Exception)
public RejectedExecutionException(string message, Exception innerException)