System.Diagnostics.Eventing.Reader.EventLogReadingException
Represents an exception that is thrown when an error occurred while reading, querying, or subscribing to the events in an event log.
namespace System.Diagnostics.Eventing.Reader
{
public class EventLogReadingException : EventLogException
{
public EventLogReadingException();
protected EventLogReadingException(SerializationInfo serializationInfo, StreamingContext streamingContext);
public EventLogReadingException(string message);
public EventLogReadingException(string message, Exception innerException);
}
}