Method | Description | |
---|---|---|
InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema ) : System |
Initializes an exception with the specified variable, calculation, and schema
|
|
InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema, string message ) : System |
Initializes an exception with the specified variable, calculation, schema, and message
|
|
InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema, string message, |
Initializes an exception with the specified variable, calculation, schema, message, and inner exception
|
public InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema ) : System | ||
variable | Variable | The invalid variable |
calculation | Calculation | The calculation which references the invalid variable |
schema | GraspSchema | The schema which defines the valid variables |
return | System |
public InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema, string message ) : System | ||
variable | Variable | The invalid variable |
calculation | Calculation | The calculation which references the invalid variable |
schema | GraspSchema | The schema which defines the valid variables |
message | string | The message that describes the error |
return | System |
public InvalidCalculationVariableException ( Variable variable, Calculation calculation, GraspSchema schema, string message, |
||
variable | Variable | The invalid variable |
calculation | Calculation | The calculation which references the invalid variable |
schema | GraspSchema | The schema which defines the valid variables |
message | string | The message that describes the error |
inner | The exception that is the cause of this exception | |
return | System |