HSDK Class Descriptions › CaException › CaString GetMessage(void)
Retrieves the full formatted message from the exception object.
CaException
None
Message value
Example
CaException ex(HSDKKEYVALUE, 1, “arg2”, “arg3”, 4, NULL); ex.GetMessage();
More information: