mscorlib(4.0.0.0) API with additions
CustomErrorsModes.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.Remoting
4
{
6
[ComVisible(
true
)]
7
public
enum
CustomErrorsModes
8
{
10
On
,
12
Off,
14
RemoteOnly
15
}
16
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.CustomErrorsModes.On
All callers receive filtered exception information.
System.Runtime.Remoting.CustomErrorsModes.RemoteOnly
Local callers receive complete exception information; remote callers receive filtered exception infor...
System.Runtime.Remoting.CustomErrorsModes
CustomErrorsModes
Specifies how custom errors are handled.
Definition:
CustomErrorsModes.cs:7
System.Runtime.Remoting
Definition:
__HResults.cs:1
All cs
System.Runtime.Remoting
CustomErrorsModes.cs
Generated by
1.8.15