Метод | Описание | |
---|---|---|
CalculationCycleException ( IEnumerable |
Initializes an exception with the specified calculation context and repeated calculation
|
|
CalculationCycleException ( IEnumerable |
Initializes an exception with the specified calculation contextm, repeated calculation, and message
|
|
CalculationCycleException ( IEnumerable |
Initializes an exception with the specified calculation context, repeated calculation, message, and inner exception
|
public CalculationCycleException ( IEnumerable |
||
context | IEnumerable |
The calculations above the repeated one from the root |
repeatedCalculation | Calculation | The calculation repeated in the context of the root |
Результат | System |
public CalculationCycleException ( IEnumerable |
||
context | IEnumerable |
The calculations above the repeated one from the root |
repeatedCalculation | Calculation | The calculation repeated in the context of the root |
message | string | The message that describes the error |
Результат | System |
public CalculationCycleException ( IEnumerable |
||
context | IEnumerable |
The calculations above the repeated one from the root |
repeatedCalculation | Calculation | The calculation repeated in the context of the root |
message | string | The message that describes the error |
inner | The exception that is the cause of this exception | |
Результат | System |