mscorlib(4.0.0.0) API with additions
Cer.cs
2 {
4  [Serializable]
5  public enum Cer
6  {
8  None,
10  MayFail,
12  Success
13  }
14 }
Cer
Specifies a method's behavior when called within a constrained execution region.
Definition: Cer.cs:5
In the face of exceptional conditions, the method might fail. In this case, the method will report ba...