CapeBoundariesException Constructor

Overload List

CapeBoundariesException(Double, Double, Double, String) Initializes a new instance of the CapeBoundariesException class with the lower bound, upper bound, value, type, and position of the parameter that is the cause of this exception.
CapeBoundariesException(String, Double, Double, Double, String) 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.
CapeBoundariesException(SerializationInfo, StreamingContext, Double, Double, Double, String) Initializes a new instance of the CapeBoundariesException class with serialized data, the lower bound, upper bound, value, type, and position of the parameter that is the cause of this exception.
CapeBoundariesException(String, Exception, Double, Double, Double, String) 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, and a erence to the inner exception that is the cause of this exception.

See Also