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