如何在VB6中实现SEH(结构化异常处理)?
有人可以提供一些在 VB6 中实现 SEH 的例子吗?到目前为止我所看到的一切都是用 C++ 编写的
Could someone provide some example on implementing SEH in VB6? Everything I've seen so far is in C++
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Visual Basic 6.0(及更早版本)不实现结构化异常处理。它首先在 Visual Basic .NET (VB 7) 中引入,具有以下结构:
来自 MSDN 文档:
Visual Basic 6.0 (and earlier) doesn't implement structured exception handling. It was first introduced in Visual Basic .NET (VB 7) with the following construct:
From the MSDN documentation: