开发者

What does 0x80020101 represent?

开发者 https://www.devze.com 2023-03-29 11:37 出处:网络
A simple question that I can\'t find an answer for in Microsoft\'s error lookup or easily using google: what do开发者_如何学运维es the HRESULT 0x80020101 represent?http://support.microsoft.com/kb/2477

A simple question that I can't find an answer for in Microsoft's error lookup or easily using google: what do开发者_如何学运维es the HRESULT 0x80020101 represent?


http://support.microsoft.com/kb/247784

The HRESULT 0x80020101 translates to SCRIPT_E_REPORTED. This error can be observed when a scripting component fails under MTS.


According to Eric Lippert in this blog post:

SCRIPT_E_REPORTED 0x80020101 -- the script engines return this to the host when there has been an unhandled error that the host has already been informed about via OnScriptError.

0

精彩评论

暂无评论...
验证码 换一张
取 消