mscorlib(4.0.0.0) API with additions
__HResults.cs
2 {
3  internal sealed class __HResults
4  {
5  public const int COR_E_REMOTING = -2146233077;
6 
7  public const int COR_E_SERVER = -2146233074;
8  }
9 }