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