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