E_DOMAIN constant
int
const E_DOMAIN
Argument was outside of acceptable range (when a more specific error code is not available)
Implementation
static const int E_DOMAIN = 2;
Argument was outside of acceptable range (when a more specific error code is not available)
static const int E_DOMAIN = 2;