1 write to WebEventCode
System.Web (1)
UI\Page.cs (1)
2111
e.
WebEventCode
= WebEventCodes.RuntimeErrorViewStateFailure;
4 references to WebEventCode
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
445
if (hostedException.
WebEventCode
== WebEventCodes.RuntimeErrorPostTooLarge)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
599
if (hostedException.
WebEventCode
== WebEventCodes.RuntimeErrorPostTooLarge)
System.Web (2)
Management\WebEvents.cs (2)
373
else if (e is HttpException && ((HttpException)e).
WebEventCode
!= WebEventCodes.UndefinedEventCode) {
374
eventCode = ((HttpException)e).
WebEventCode
;