1 type derived from WebBaseEvent
System.Web (1)
Management\WebEvents.cs (1)
1090
public class WebManagementEvent :
WebBaseEvent
{
203 references to WebBaseEvent
System.Web (203)
Cache\cache.cs (1)
384
WebBaseEvent
.RaiseRuntimeError(e, value);
Cache\CacheEntry.cs (1)
295
WebBaseEvent
.RaiseRuntimeError(e, this);
Cache\OutputCache.cs (1)
319
WebBaseEvent
.RaiseRuntimeError(e, typeof(OutputCache));
Compilation\AssemblyBuilder.cs (2)
966
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.ApplicationCompilationStart);
1020
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.ApplicationCompilationEnd);
Configuration\HealthMonitoringSectionHelper.cs (1)
147
typeof(System.Web.Management.
WebBaseEvent
), type);
Handlers\AssemblyResourceLoader.cs (1)
488
WebBaseEvent
.RaiseSystemEvent(message: errorMessage,
Hosting\IIS7WorkerRequest.cs (1)
277
internal override void RaiseTraceEvent(
WebBaseEvent
webEvent) {
Hosting\ISAPIRuntime.cs (1)
182
WebBaseEvent
.RaiseRuntimeError(e, this);
Hosting\ISAPIWorkerRequest.cs (1)
2060
internal override void RaiseTraceEvent(
WebBaseEvent
webEvent) {
HttpApplication.cs (2)
637
WebBaseEvent
.RaiseRuntimeError(e, this);
1566
WebBaseEvent
.RaiseRuntimeError(eActual, this);
HttpApplicationFactory.cs (2)
146
WebBaseEvent
.RaiseSystemEvent(_theApplicationFactory, WebEventCodes.ApplicationStart);
175
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.ApplicationStart);
HttpContext.cs (2)
625
WebBaseEvent
.RaiseRuntimeError(e, this);
660
WebBaseEvent
.RaiseRuntimeError(e, null);
HttpResponse.cs (1)
1346
WebBaseEvent
.RaiseRuntimeError(e, this);
HttpRuntime.cs (2)
1830
WebBaseEvent
.RaiseRuntimeError(ex, this);
3510
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.ApplicationShutdown,
Management\BufferedWebEventProvider.cs (1)
56
public override void ProcessEvent(
WebBaseEvent
eventRaised)
Management\EventlogProvider.cs (4)
42
void AddBasicDataFields(ArrayList dataFields,
WebBaseEvent
eventRaised) {
43
WebApplicationInformation appInfo =
WebBaseEvent
.ApplicationInformation;
178
public override void ProcessEvent(
WebBaseEvent
eventRaised)
184
WebEventType eventType =
WebBaseEvent
.WebEventTypeFromWebEvent(eventRaised);
Management\IisTraceWebEventProvider.cs (1)
40
public override void ProcessEvent(
WebBaseEvent
eventRaised)
Management\MailWebEventProvider.cs (7)
87
WebBaseEvent
eventRaised = events[0];
96
WebBaseEvent
.ApplicationInformation.ApplicationVirtualPath}
106
WebBaseEvent
.ApplicationInformation.ApplicationVirtualPath}
138
internal abstract void SendMessage(
WebBaseEvent
eventRaised);
140
public override void ProcessEvent(
WebBaseEvent
eventRaised)
171
WebBaseEvent
[] eventsChunk = null;
203
eventsChunk = new
WebBaseEvent
[chunkSize];
Management\SimpleMailWebEventProvider.cs (3)
115
sb.Append(
WebBaseEvent
.ApplicationInformation.ToString());
168
WebBaseEvent
eventRaised = events[i];
194
internal override void SendMessage(
WebBaseEvent
eventRaised) {
Management\SqlWebEventProvider.cs (5)
120
void FillParams(SqlCommand sqlCommand,
WebBaseEvent
eventRaised) {
124
WebApplicationInformation appInfo =
WebBaseEvent
.ApplicationInformation;
202
WebBaseEvent
infoEvent = new WebBaseEvent(
214
foreach (
WebBaseEvent
eventRaised in events) {
252
public override void ProcessEvent(
WebBaseEvent
eventRaised)
Management\TemplatedMailWebEventProvider.cs (1)
149
internal override void SendMessage(
WebBaseEvent
eventRaised) {
Management\webeventbuffer.cs (4)
309
WebBaseEvent
[] events = null;
414
events = new
WebBaseEvent
[toFlush];
417
events[i] = (
WebBaseEvent
)_buffer.Dequeue();
554
internal void AddEvent(
WebBaseEvent
webEvent) {
Management\WebEventCodes.cs (48)
158
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownUnknown);
162
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownHostingEnvironment);
166
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownChangeInGlobalAsax);
170
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownConfigurationChange);
174
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownUnloadAppDomainCalled);
178
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownChangeInSecurityPolicyFile);
182
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownBinDirChangeOrDirectoryRename);
186
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownBrowsersDirChangeOrDirectoryRename);
190
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownCodeDirChangeOrDirectoryRename);
194
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownResourcesDirChangeOrDirectoryRename);
198
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownIdleTimeout);
202
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownPhysicalApplicationPathChanged);
206
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownHttpRuntimeClose);
210
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownInitializationError);
214
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownMaxRecompilationsReached);
218
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ApplicationShutdownBuildManagerChange);
222
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_StateServerConnectionError);
226
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_InvalidTicketFailure);
230
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_ExpiredTicketFailure);
234
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_InvalidViewStateMac);
238
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_InvalidViewState);
242
detailMsg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_detail_SqlProviderEventsDropped);
252
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_ApplicationStart);
256
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_ApplicationShutdown);
260
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_ApplicationCompilationStart);
264
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_ApplicationCompilationEnd);
268
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_ApplicationHeartbeat);
272
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RequestTransactionComplete);
276
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RequestTransactionAbort);
280
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RuntimeErrorRequestAbort);
284
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RuntimeErrorViewStateFailure);
288
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RuntimeErrorValidationFailure);
292
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RuntimeErrorPostTooLarge);
296
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_RuntimeErrorUnhandledException);
300
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_WebErrorParserError);
304
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_WebErrorCompilationError);
308
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_WebErrorConfigurationError);
312
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditUnhandledSecurityException);
316
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditInvalidViewStateFailure);
320
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditFormsAuthenticationSuccess);
324
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditUrlAuthorizationSuccess);
328
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditFileAuthorizationFailure);
332
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditFormsAuthenticationFailure);
336
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditFileAuthorizationSuccess);
340
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditMembershipAuthenticationSuccess);
344
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditMembershipAuthenticationFailure);
348
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditUrlAuthorizationFailure);
352
msg =
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_msg_AuditUnhandledAccessException);
Management\WebEvents.cs (83)
92
public abstract void ProcessEvent(
WebBaseEvent
raisedEvent);
113
bool CanFire(
WebBaseEvent
raisedEvent, RuleFiringRecord record);
241
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_code, EventCode.ToString(CultureInfo.InstalledUICulture)));
242
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_message, Message));
243
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_time, EventTime.ToString(CultureInfo.InstalledUICulture)));
244
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_time_Utc, EventTimeUtc.ToString(CultureInfo.InstalledUICulture)));
245
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_id, EventID.ToString("N", CultureInfo.InstalledUICulture)));
246
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_sequence, EventSequence.ToString(CultureInfo.InstalledUICulture)));
247
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_occurrence, EventOccurrence.ToString(CultureInfo.InstalledUICulture)));
248
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_detail_code, EventDetailCode.ToString(CultureInfo.InstalledUICulture)));
252
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_application_information));
271
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_custom_event_details));
284
WebEventType type =
WebBaseEvent
.WebEventTypeFromWebEvent(this);
308
eventType = (int)
WebBaseEvent
.WebEventTypeFromWebEvent(this);
326
fields.Add(new WebEventFieldData("ApplicationDomain",
WebBaseEvent
.ApplicationInformation.ApplicationDomain, WebEventFieldType.String));
327
fields.Add(new WebEventFieldData("TrustLevel",
WebBaseEvent
.ApplicationInformation.TrustLevel, WebEventFieldType.String));
328
fields.Add(new WebEventFieldData("ApplicationVirtualPath",
WebBaseEvent
.ApplicationInformation.ApplicationVirtualPath, WebEventFieldType.String));
329
fields.Add(new WebEventFieldData("ApplicationPath",
WebBaseEvent
.ApplicationInformation.ApplicationPath, WebEventFieldType.String));
330
fields.Add(new WebEventFieldData("MachineName",
WebBaseEvent
.ApplicationInformation.MachineName, WebEventFieldType.String));
430
WebBaseEvent
.RaiseSystemEvent(source, eventCode, eventDetailsCode, eStack);
478
static public void Raise(
WebBaseEvent
eventRaised) {
494
static internal void RaiseInternal(
WebBaseEvent
eventRaised, ArrayList firingRuleInfos, int index0, int index1) {
693
WebBaseEvent
.RaiseInternal(
717
internal
WebBaseEvent
_dummyEvent; // For calling IncrementPerfCounters. See RaiseSystemEventInternal for details.
720
internal SystemEventTypeInfo(
WebBaseEvent
dummyEvent) {
835
static
WebBaseEvent
CreateDummySystemEvent(SystemEventType systemEventType) {
840
static
WebBaseEvent
NewEventFromSystemEventType(bool createDummy, SystemEventType systemEventType, string message,
926
internal static WebEventType WebEventTypeFromWebEvent(
WebBaseEvent
eventRaised) {
1023
WebBaseEvent
.RaiseSystemEvent(
1121
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_process_information));
1153
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_process_statistics));
1293
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_information));
1351
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_exception_information));
1354
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_inner_exception_information, level.ToString(CultureInfo.InstalledUICulture)));
1358
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_exception_type, ex.GetType().ToString()));
1359
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_exception_message, ex.Message));
1439
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_information));
1446
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_information));
1538
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_information));
1545
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_information));
1627
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_information));
1699
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_name_to_authenticate, _nameToAuthenticate));
1744
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_ViewStateException_information));
1746
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_exception_message, _viewStateException.Message));
1816
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_name_to_authenticate, _nameToAuthenticate));
1860
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_process_id, ProcessID.ToString(CultureInfo.InstalledUICulture)));
1861
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_process_name, ProcessName));
1862
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_account_name, AccountName));
1905
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_application_domain, ApplicationDomain));
1906
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_trust_level, TrustLevel));
1907
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_application_virtual_path, ApplicationVirtualPath));
1908
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_application_path, ApplicationPath));
1909
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_machine_name, MachineName));
2011
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_url, RequestUrl));
2012
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_path, RequestPath));
2013
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_user_host_address, UserHostAddress));
2014
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_user, user));
2017
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_is_authenticated));
2020
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_is_not_authenticated));
2022
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_authentication_type, authType));
2023
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_account_name, ThreadAccountName));
2123
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_process_start_time, ProcessStartTime.ToString(CultureInfo.InstalledUICulture)));
2124
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_count, ThreadCount.ToString(CultureInfo.InstalledUICulture)));
2125
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_working_set, WorkingSet.ToString(CultureInfo.InstalledUICulture)));
2126
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_peak_working_set, PeakWorkingSet.ToString(CultureInfo.InstalledUICulture)));
2127
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_managed_heap_size, ManagedHeapSize.ToString(CultureInfo.InstalledUICulture)));
2129
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_application_domain_count, AppDomainCount.ToString(CultureInfo.InstalledUICulture)));
2130
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_requests_executing, RequestsExecuting.ToString(CultureInfo.InstalledUICulture)));
2131
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_queued, RequestsQueued.ToString(CultureInfo.InstalledUICulture)));
2132
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_request_rejected, RequestsRejected.ToString(CultureInfo.InstalledUICulture)));
2168
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_id, ThreadID.ToString(CultureInfo.InstalledUICulture)));
2169
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_thread_account_name, ThreadAccountName));
2172
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_is_impersonating));
2175
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_is_not_impersonating));
2178
formatter.AppendLine(
WebBaseEvent
.FormatResourceStringWithCache(SR.Webevent_event_stack_trace, StackTrace));
2237
internal bool CheckAndUpdate(
WebBaseEvent
eventRaised) {
2432
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.ApplicationHeartbeat);
2475
foreach (
WebBaseEvent
eventRaised in events) {
2480
internal WebBaseEventCollection(
WebBaseEvent
eventRaised) {
2489
public
WebBaseEvent
this[int index] {
2491
return (
WebBaseEvent
) InnerList[index];
2495
public int IndexOf(
WebBaseEvent
value) {
2499
public bool Contains(
WebBaseEvent
value) {
Management\WebEventTraceProvider.cs (1)
30
public override void ProcessEvent(
WebBaseEvent
eventRaised)
Management\wmiprovider.cs (4)
61
void FillBasicWmiDataFields(ref UnsafeNativeMethods.WmiData wmiData,
WebBaseEvent
eventRaised) {
62
WebApplicationInformation appInfo =
WebBaseEvent
.ApplicationInformation;
64
wmiData.eventType = (int)
WebBaseEvent
.WebEventTypeFromWebEvent(eventRaised);
129
public override void ProcessEvent(
WebBaseEvent
eventRaised)
RootedObjects.cs (1)
142
WebBaseEvent
.RaiseRuntimeError(e, null);
Security\ADMembershipProvider.cs (2)
1758
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditMembershipAuthenticationSuccess, username);
1762
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditMembershipAuthenticationFailure, username);
Security\FileAuthorizationModule.cs (2)
240
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFileAuthorizationSuccess);
244
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFileAuthorizationFailure);
Security\FormsAuthentication.cs (2)
308
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFormsAuthenticationSuccess, name);
312
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFormsAuthenticationFailure, name);
Security\FormsAuthenticationModule.cs (2)
469
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFormsAuthenticationFailure,
472
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditFormsAuthenticationFailure,
Security\Membership.cs (1)
435
WebBaseEvent
.RaiseRuntimeError(new ConfigurationErrorsException(SR.GetString(SR.MembershipPasswordFormat_Obsoleted, providerName, passwordFormat)), typeof(MembershipProvider));
Security\SQLMembershipProvider.cs (2)
868
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditMembershipAuthenticationSuccess, username);
872
WebBaseEvent
.RaiseSystemEvent(null, WebEventCodes.AuditMembershipAuthenticationFailure, username);
Security\UrlAuthorizationModule.cs (2)
116
WebBaseEvent
.RaiseSystemEvent(webEventSource, WebEventCodes.AuditUrlAuthorizationFailure);
153
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.AuditUrlAuthorizationSuccess);
State\OutOfProcStateClientManager.cs (1)
393
WebBaseEvent
.RaiseSystemEvent(SR.GetString(SR.State_Server_detailed_error,
UI\ObjectStateFormatter.cs (3)
480
WebBaseEvent
.RaiseSystemEvent(
659
WebBaseEvent
.RaiseSystemEvent(
694
WebBaseEvent
.RaiseSystemEvent(
UI\Page.cs (2)
4535
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.RequestTransactionAbort);
4539
WebBaseEvent
.RaiseSystemEvent(this, WebEventCodes.RequestTransactionComplete);
WebSocketPipeline.cs (1)
153
WebBaseEvent
.RaiseRuntimeError(ex, null);
WorkerRequest.cs (1)
894
internal virtual void RaiseTraceEvent(
WebBaseEvent
webEvent) {