CapeOutOfBoundsException Constructor

Overload List

CapeOutOfBoundsException(Int32, Double, Double, Double, String) Initializes a new instance of the CapeOutOfBoundsException class with the position of the error.
CapeOutOfBoundsException(String, Int32, Double, Double, Double, String) Initializes a new instance of the CapeOutOfBoundsException class with a specified error message and the position of the error.
CapeOutOfBoundsException(SerializationInfo, StreamingContext, Int32, Double, Double, Double, String) Initializes a new instance of the CapeOutOfBoundsException class with serialized data and the position of the error.
CapeOutOfBoundsException(String, Exception, Int32, Double, Double, Double, String) Initializes a new instance of the CapeOutOfBoundsException class with a specified error message and a erence to the inner exception that is the cause of this exception.

See Also