EventLogException
Represents the base class for all the exceptions that are thrown when an error occurs while reading event log related information.
public EventLogException()
Initializes a new instance of the EventLogException class.
Initializes a new instance of the EventLogException class with the error code for the exception.
Initializes a new instance of the EventLogException class with serialized data.
Initializes a new instance of the EventLogException class by specifying the error message that describes the current exception.
Initializes a new instance of the EventLogException class with an error message and inner exception.