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.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7658), 2.5 (r7667) and 2.4 (r7668)