Opened 14 years ago

Closed 14 years ago

#677 closed enhancement (fixed)

Improve exception message in FdoReadOnlyCollection::GetItem()

Reported by: brentrobinson Owned by: brentrobinson
Priority: minor Milestone: 3.6.0
Component: FDO API Version:
Severity: 3 Keywords: Collection ReadOnly Exception
Cc: External ID:

Description

When the requested item is not in the collection, FdoReadOnlyCollection::GetItem() throws an exception with the following message:

Invalid element name

This message will be improved to:

Item <name> not found in collection

to provide info on the item that was not found.

Change History (2)

comment:1 by brentrobinson, 14 years ago

Status: newassigned

comment:2 by brentrobinson, 14 years ago

Resolution: fixed
Status: assignedclosed

Revision: 5598 Author: brentrobinson Date: 10:09:44 AM, Thursday, August 12, 2010 Message: Ticket#677: Improved exception message thrown by GetItem().


Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/ReadOnlyCollection.h

Note: See TracTickets for help on using tickets.