IndexOutOfRangeException
- class HPS.IndexOutOfRangeException : public HPS.Exception
An IndexOutOfRangeException is thrown when a user tries to access an array element beyond the valid range, typically when interacting with the points or faces defining geometry.
Public Functions
- IndexOutOfRangeException ()
- IndexOutOfRangeException (string message)
- IndexOutOfRangeException (string message, Exception inner)