CATCH:
if (popStr.GetLength() > 0)
{
- r = msgBox2.Construct("", popStr, MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ if(r == E_SERVICE_BUSY)
+ {
+ r = msgBox2.Construct("", "Service is busy, Try again.", MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ }
+ else
+ {
+ r = msgBox2.Construct("", popStr, MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ }
+
if (!IsFailed(r))
{
r = msgBox2.ShowAndWait(modalResult);
CATCH:
if (popStr.GetLength() > 0)
{
- r = msgBox2.Construct("", popStr, MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ if(r == E_SERVICE_BUSY)
+ {
+ r = msgBox2.Construct("", "Service is busy, Try again.", MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ }
+ else
+ {
+ r = msgBox2.Construct("", popStr, MSGBOX_STYLE_NONE, MSG_FAIL_TIMEOUT);
+ }
+
if (!IsFailed(r))
{
r = msgBox2.ShowAndWait(modalResult);