Метод | Описание | |
---|---|---|
ExecutionException ( ) : System |
Constructs a BitSharper.Threading.Execution.ExecutionException with no detail message.
|
|
ExecutionException ( |
Constructs a BitSharper.Threading.Execution.ExecutionException with the specified cause.
|
|
ExecutionException ( String message ) : System |
Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message.
|
|
ExecutionException ( String message, |
Constructs a BitSharper.Threading.Execution.ExecutionException with the specified detail message and cause.
|
Метод | Описание | |
---|---|---|
ExecutionException ( |
Creates a new instance of the BitSharper.Threading.Execution.ExecutionException class.
|
public ExecutionException ( |
||
rootCause | The root exception that is being wrapped. | |
Результат | System |
protected ExecutionException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public ExecutionException ( String message ) : System | ||
message | String | the detail message |
Результат | System |
public ExecutionException ( String message, |
||
message | String | the detail message |
cause | the cause (which is saved for later retrieval by the | |
Результат | System |