4 references to
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogException.cs (4)
100public EventLogNotFoundException(string? message, Exception? innerException) : base(message, innerException) { } 119public EventLogReadingException(string? message, Exception? innerException) : base(message, innerException) { } 138public EventLogProviderDisabledException(string? message, Exception? innerException) : base(message, innerException) { } 155public EventLogInvalidDataException(string? message, Exception? innerException) : base(message, innerException) { }