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