Cape Boundaries Exception(String, Double, Double, Double, String) Constructor
Initializes a new instance of the CapeBoundariesException class with a specified error message, the lower bound, upper bound, value, type, and position of the parameter that is the cause of this exception.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapeBoundariesException(
string message,
double LowerBound,
double UpperBound,
double value,
string type
)VB
Public Sub New (
message As String,
LowerBound As Double,
UpperBound As Double,
value As Double,
type As String
)Parameters
- message String
- A message that describes the error.
- LowerBound Double
- The value of the lower bound.
- UpperBound Double
- The value of the upper bound.
- value Double
- The current value which has led to an error.
- type String
- The type/nature of the value. The value could represent a thermodynamic property, a number of tables in a database, a quantity of memory, ...
Remarks
The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
This message takes into account the current system culture.