15 references to ErrorCodeBase
System.Web (15)
Management\WebEventCodes.cs (14)
63public const int RuntimeErrorRequestAbort = ErrorCodeBase + 1; 64public const int RuntimeErrorViewStateFailure = ErrorCodeBase + 2; 65public const int RuntimeErrorValidationFailure = ErrorCodeBase + 3; 66public const int RuntimeErrorPostTooLarge = ErrorCodeBase + 4; 67public const int RuntimeErrorUnhandledException = ErrorCodeBase + 5; 70public const int WebErrorParserError = ErrorCodeBase + 6; 71public const int WebErrorCompilationError = ErrorCodeBase + 7; 72public const int WebErrorConfigurationError = ErrorCodeBase + 8; 73public const int WebErrorOtherError = ErrorCodeBase + 9; 74public const int WebErrorPropertyDeserializationError = ErrorCodeBase + 10; 75public const int WebErrorObjectStateFormatterDeserializationError = ErrorCodeBase + 11; 77public const int RuntimeErrorWebResourceFailure = ErrorCodeBase + 12; 79internal const int ErrorCodeBaseLast = ErrorCodeBase + 12; 416size = WebEventCodes.ErrorCodeBaseLast - WebEventCodes.ErrorCodeBase;
Management\WebEvents.cs (1)
776if (eventCode >= WebEventCodes.ErrorCodeBase &&