Web API Reference MapGuide Open Source
#define CHECKNULL ( pointer,
methodname   ) 

Value:

if (pointer == NULL)     \
{                        \
    throw new MgNullReferenceException(methodname, \
                                       __LINE__, __WFILE__, NULL, L"", NULL); \
}


Comments or suggestions? Send us feedback.