Web API Reference MapGuide Open Source
#define MG_GEOMETRY_CATCH ( methodName   ) 

Value:

}                                                                         \
    catch (GEOSException* e)                                                  \
    {                                                                         \
        MgStringCollection arguments;                                         \
        arguments.Add(MgUtil::MultiByteToWideChar(e->toString()));            \
        mgException = NULL; \
        delete e;                                                             \
                                                                              \
    MG_CATCH(methodName)                                                      \


Comments or suggestions? Send us feedback.