Opened 16 years ago

Closed 16 years ago

#456 closed defect (fixed)

Add IsNull() internal check to all GetXXX() APIs of the various readers

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 2.0
Component: Feature Service Version: 2.0.0
Severity: major Keywords:
Cc: External ID: 943968

Description

The existing readers do not call the IsNull() when executing the various GetXXX() APIs and this can cause an unclassified exception when a client application doesn't call the IsNull() first to see if it can actually call one of the GetXXX() APIs.

The GetXXX() APIs of the readers need to be modified to internally call the IsNull() and thrown an MgNullPropertyValueException back to the client if an attempt is made to read a NULL property value.

Change History (2)

comment:1 by brucedechant, 16 years ago

Owner: set to brucedechant
Status: newassigned

comment:2 by brucedechant, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.