Class RejectedExecutionException
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Exceptions
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Serializable]
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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)