181
181
cs_format_context(CS_EXC_CONTEXT_SIZE, iContext, func, file, line);
183
183
getCoreError(CS_EXC_MESSAGE_SIZE, iMessage, err);
184
cs_replace_string(CS_EXC_MESSAGE_SIZE, iMessage, '%', item);
184
cs_replace_string(CS_EXC_MESSAGE_SIZE, iMessage, "%s", item);
187
187
void CSException::initOSError(const char *func, const char *file, int line, int err)