<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-preview4.19212.13" />

EventLogNotFoundException

namespace System.Diagnostics.Eventing.Reader { public class EventLogNotFoundException : EventLogException { public EventLogNotFoundException() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } public EventLogNotFoundException(string message) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } public EventLogNotFoundException(string message, Exception innerException) { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } }