Method | Description | |
---|---|---|
RejectedExecutionException ( ) : System |
Constructs a BitSharper.Threading.Execution.RejectedExecutionException with no detail message.
|
|
RejectedExecutionException ( |
Constructs a BitSharper.Threading.Execution.RejectedExecutionException with the specified cause.
|
|
RejectedExecutionException ( String message ) : System |
Constructs a BitSharper.Threading.Execution.RejectedExecutionException with the specified detail message.
|
|
RejectedExecutionException ( String message, |
Constructs a BitSharper.Threading.Execution.RejectedExecutionException with the specified detail message and cause.
|
Method | Description | |
---|---|---|
RejectedExecutionException ( |
Creates a new instance of the BitSharper.Threading.Execution.RejectedExecutionException class.
|
public RejectedExecutionException ( ) : System | ||
return | System |
public RejectedExecutionException ( |
||
innerException | the cause (which is saved for later retrieval by the) | |
return | System |
protected RejectedExecutionException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public RejectedExecutionException ( String message ) : System | ||
message | String | the detail message |
return | System |
public RejectedExecutionException ( String message, |
||
message | String | the detail message |
innerException | the inner exception (which is saved for later retrieval by the) | |
return | System |