mscorlib(4.0.0.0) API with additions
__HResults.cs
1 namespace System.Resources
2 {
3  internal static class __HResults
4  {
5  public const int ERROR_MRM_MAP_NOT_FOUND = -2147009761;
6  }
7 }