MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgOutOfRangeException Class Reference

Thrown when a parameter value passed to a method is not in the valid range specified by its documentation. More...

+ Inheritance diagram for MgOutOfRangeException:

List of all members.


Detailed Description

Thrown when a parameter value passed to a method is not in the valid range specified by its documentation.

Remarks:
This exception is generally thrown by the collection classes when the index passed to a method is less than zero, or greater or equal to the number of elements in the collection.