FDO API Reference Feature Data Objects

#define EXCEPTION_HANDLER clause   ) 
 

Value:

try \
{ \
    clause; \
} \
    catch(FdoException* e) \
{ \
    NAMESPACE_OSGEO_COMMON::Exception* mgE = NAMESPACE_OSGEO_COMMON::Exception::Create(e); \
    e->Release(); \
    throw mgE; \
}

Comments or suggestions? Send us feedback.