异常捕获
Posted meitai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了异常捕获相关的知识,希望对你有一定的参考价值。
showmessage(‘进入方法?这里是dll里LoginElecReq‘);
try
ShellExecute(Application.Handle, ‘Open‘,‘prjGhMzPrePayPrint60.exe‘, PChar(pChargeSN), nil, SW_SHOWNORMAL);
except
on E:Exception do
showmessage(E.ClassName+‘:‘+E.Message);
end
以上是关于异常捕获的主要内容,如果未能解决你的问题,请参考以下文章