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