捕获异常消息

发布于 2025-01-10 05:31:48 字数 228 浏览 4 评论 0原文

当我们尝试通过PGP工具加密文件时如何捕获异常。
使用以下命令加密文件:

try
     {
        & $gpg_prog --yes -e -r $gpg_r -o $out_file $in_file
    }
 catch [Exception]
    {
    }

但是上面的代码无法捕获异常消息。

可以做什么来捕获异常?

How to capture exception when we try to encrypt the file through PGP tool.
Using below command to encrypt the file:

try
     {
        & $gpg_prog --yes -e -r $gpg_r -o $out_file $in_file
    }
 catch [Exception]
    {
    }

But this above code is not to able to capture the exception message.

What can be done for capturing the exception?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文