<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25451.107" />

System.Diagnostics.Eventing.Reader.EventLogNotFoundException

Represents the exception that is thrown when a requested event log (usually specified by the name of the event log or the path to the event log file) does not exist.
namespace System.Diagnostics.Eventing.Reader { public class EventLogNotFoundException : EventLogException { public EventLogNotFoundException(); protected EventLogNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext); public EventLogNotFoundException(string message); public EventLogNotFoundException(string message, Exception innerException); } }