EventRecordWrittenEventArgs
When the EventRecordWritten event is raised, an instance of this object is passed to the delegate method that handles the event. This object contains the event that was published to the event log or the exception that occurred when the event subscription failed.
Gets the exception that occurred when the event subscription failed. The exception has a description of why the subscription failed.
Gets the event record that is published to the event log. This event matches the criteria from the query specified in the event subscription.