Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
知行之桥用户手册
将 arc:try 与 arc:catch 结合使用,在脚本中创建异常处理块,以捕获 try 主体中抛出的 RSBException。
arc:try
arc:catch
arc:ecode
arc:emessage
<arc:call op="..."> <arc:try> <arc:throw code="myerror" description="thedescription" details="Other Details."/> <arc:catch code="myerror"> <arc:set attr="arc:ecode" value="[_code]"/> <arc:set attr="arc:emessage" value="[_description]: [_details]"/> <arc:push/> </arc:catch> </arc:try> </arc:call>