Previous Topic: HINT32 GetReturnCode(void)

Next Topic: void LogMessage(void)


CaString GetMessage(void)

Retrieves the full formatted message from the exception object.

Owning Class

CaException

Arguments

None

Return Value

Message value

Example

CaException ex(HSDKKEYVALUE, 1, “arg2”, “arg3”, 4, NULL); ex.GetMessage();

More information: