面对'System.Runtime.InteropServices.SEHException'的错误(使用银灯) [英] facing error of 'System.Runtime.InteropServices.SEHException' (used silver-light)

查看:2230
本文介绍了面对'System.Runtime.InteropServices.SEHException'的错误(使用银灯)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:

mscorlib.dll中发生未处理的System.Runtime.InteropServices.SEHException类型异常





来源不可用表单已打开并显示

CALL STACK仅包含外部代码



我正在运行Web应用程序在我的本地机器上,无法理解任何事情请帮忙。

Error:
An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in mscorlib.dll


source not available form is opened and it shows
THE CALL STACK CONTAIN ONLY EXTERNAL CODE

I running web app on my local machine, can't understand anything please help.

推荐答案

在没有等效托管异常并且非托管代码中发生错误的情况下抛出SEHException 。



错误的来源基本上可以是任何东西。要获得更多信息,请使用调试器并查看SEHException实际包含的内容。有趣的属性是

- ErrorCode

- 消息

- StackTrace



这些应该可以为您提供更多信息。
SEHException is thrown in a situation where there is no equivalent managed exception and the error occurred in unmanaged code.

The source of the error can be basically anything. To have more information, use the debugger and see what the SEHException actually contains. The interesting properties are
- ErrorCode
- Message
- StackTrace

These should give you more information what is causing the problem.


这篇关于面对'System.Runtime.InteropServices.SEHException'的错误(使用银灯)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆