6 references to Error
System (1)
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
220data.EntryType = EventLogEntryType.Error;
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
593EventLogEntryType logType = isInformational ? EventLogEntryType.Information : EventLogEntryType.Error;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventLogger.cs (1)
237retval = EventLogEntryType.Error;
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
798retval = EventLogEntryType.Error;
System.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
202Log(Res.GetString(Res.XmlSerializerExpiredDetails, serializerName, type.FullName), EventLogEntryType.Error); 238Log(Res.GetString(Res.XmlSerializerExpiredDetails, serializerName, type.FullName), EventLogEntryType.Error);