Exception that is thrown when a "Task" or "Action" that is submitted to an executor implementation is rejected for some reason such as capacity limits being hit or the executor being shut down.
More...
|
| RejectedExecutionException () |
| Create a basic exception with no additional error information.
|
|
| RejectedExecutionException (string message) |
| Create a rejected execution exception with the provided message.
|
|
| RejectedExecutionException (string message, Exception innerException) |
| Create a rejected execution exception with the provided message and an inner exception which will be convery along with this exception instance.
|
|
Exception that is thrown when a "Task" or "Action" that is submitted to an executor implementation is rejected for some reason such as capacity limits being hit or the executor being shut down.
◆ RejectedExecutionException() [1/2]
Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException.RejectedExecutionException |
( |
string |
message | ) |
|
|
inline |
Create a rejected execution exception with the provided message.
- Parameters
-
message | The message to convey with this exception |
◆ RejectedExecutionException() [2/2]
Apache.Qpid.Proton.Client.Concurrent.RejectedExecutionException.RejectedExecutionException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Create a rejected execution exception with the provided message and an inner exception which will be convery along with this exception instance.
- Parameters
-
message | The message to convey with this exception |
innerException | A wrapped causal exception |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Concurrent/RejectedExecutionException.cs