Microsoft 开发人员网络 > 论坛主页 > Building Development and Diagnostic Tools for .Net > Mapping an DIA error code into a human friendly string
提出问题提出问题
 

已答复Mapping an DIA error code into a human friendly string

答案

  • 2009年7月14日 4:34Rick ByersMSFT, 所有者:用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    Hi Marc,
    Sorry but I'm pretty sure that the descriptions for these HRESULTS are not stored anywhere.  They're certainly not in a string table in msdia90.dll, and they're not part of the HRESULT string table for the .NET Framework in mscorrc.dll.  So I guess the best you can do is mine MSDN ;-).

    Rick
  • 2009年7月14日 14:37ochsenmeier marc 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    Hi Rick,

    As a matter of fact, mining is what I'have done.
    In my own wrapper, I keep a private map of some of these...

    Bests

    Marc Ochsenmeier

全部回复