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
info
SerializationInfocontext
StreamingContext
RejectedExecutionException(string)
public RejectedExecutionException(string message)
Parameters
message
string
RejectedExecutionException(string, Exception)
public RejectedExecutionException(string message, Exception innerException)