Opened 11 years ago

Closed 11 years ago

#2316 closed defect (fixed)

MgResourceTagNotFoundException not exposed to wrapper APIs

Reported by: jng Owned by: jng
Priority: low Milestone:
Component: General Version: 2.5.0
Severity: trivial Keywords:
Cc: External ID:

Description

The MgResourceTagNotFoundException class is not exposed to the wrapper APIs.

This was exposed while running our work-in-progress .net test runner (#2307) where we got back a vanilla System.Exception (due to #2315) instead of our expected MgResourceTagNotFoundException

The PHP test runner probably has a different proxy class resolution mechanism which is why it was able to catch on its parent class (MgApplicationException) instead.

Change History (1)

comment:1 by jng, 11 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r7658), 2.5 (r7667) and 2.4 (r7668)

Note: See TracTickets for help on using tickets.