浪
浪边人
Unregistered / Unconfirmed
GUEST, unregistred user!
try
{
cds1->ApplyUpdates(-1);
}
catch(...)
{
ShowMessage("捕获到保存数据时的异常!");
}
问题:为何ApplyUpdates()出错后,在catch中不能捕获.即使在
OnReconcileError中抛出一个异常也不行.
{
cds1->ApplyUpdates(-1);
}
catch(...)
{
ShowMessage("捕获到保存数据时的异常!");
}
问题:为何ApplyUpdates()出错后,在catch中不能捕获.即使在
OnReconcileError中抛出一个异常也不行.