Web API Reference MapGuide Open Source
 
#define MG_CRYPTOGRAPHY_CATCH_AND_RELEASE (  ) 

Value:

}                                                                         \
    catch (MgException* e)                                                    \
    {                                                                         \
        cryptographyException = e;                                            \
    }                                                                         \
    catch (...)                                                               \
    {                                                                         \
    }                                                                         \


Comments or suggestions? Send us feedback.