4 references to
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogException.cs (4)
93
public EventLogNotFoundException(string message, Exception innerException) :
base
(message, innerException) { }
108
public EventLogReadingException(string message, Exception innerException) :
base
(message, innerException) { }
123
public EventLogProviderDisabledException(string message, Exception innerException) :
base
(message, innerException) { }
136
public EventLogInvalidDataException(string message, Exception innerException) :
base
(message, innerException) { }