Class RejectedExecutionException
Inheritance
System.Object
RejectedExecutionException
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class RejectedExecutionException : Exception
Constructors
|
Edit this page
View Source
RejectedExecutionException()
Declaration
public RejectedExecutionException()
|
Edit this page
View Source
RejectedExecutionException(SerializationInfo, StreamingContext)
Declaration
protected RejectedExecutionException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Edit this page
View Source
RejectedExecutionException(String)
Declaration
public RejectedExecutionException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
RejectedExecutionException(String, Exception)
Declaration
public RejectedExecutionException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|