Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WorkFusion 中使用错误处理。有没有办法在 catch 块中查看错误消息,即异常发生块。
如何使用:
<log>exception_msg_var</log>
或者
println exception_msg_var
将异常导出到数据存储?
要在 RPA Express 中获取错误消息,您可以将代码保留在异常处理之外,然后软件将自行通过错误消息。一旦获得错误类型(通过运行一次机器人),您可以通过将代码保留在异常处理功能中来将解决方案置于 catch 块中。