System.__HResults
namespace System
{
internal static class __HResults
{
public const int COR_E_DIRECTORYNOTFOUND = -2147024893;
public const int COR_E_ENDOFSTREAM = -2147024858;
public const int COR_E_FILELOAD = -2146232799;
public const int COR_E_FILENOTFOUND = -2147024894;
public const int COR_E_IO = -2146232800;
public const int COR_E_PATHTOOLONG = -2147024690;
}
}