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