| .NET DotNet Forum Index » .NET Framework Forum » .Net framework HRESULTS... |
|
Page 1 of 1 |
|
| Author |
Message |
| PLS... |
Posted: Wed Oct 21, 2009 4:23 pm |
|
|
|
Guest
|
Is it possible to have the Visual Studio error lookup tool display .Net
framework errors such as 0x80131502??
++PLS |
|
|
| Back to top |
|
|
|
| Jeroen Mostert... |
Posted: Wed Oct 21, 2009 7:07 pm |
|
|
|
Guest
|
PLS wrote:
Quote: Is it possible to have the Visual Studio error lookup tool display .Net
framework errors such as 0x80131502??
Not to my knowledge, but
http://www.koders.com/csharp/fid52ADA080247C238D6E2DD1D5DF338EC291088C81.aspx
can be used as reference material. This one is COR_E_ARGUMENTOUTOFRANGE. A
more complete but less accessible list is in CorError.h, which is included
in the Platform SDK.
--
J. |
|
|
| Back to top |
|
|
|
|