Hi all,
I am writing eventlog.
In EventLog class having WriteEntry() to write eventlog into the Event Logs file.
It contains some parameter.
How to get the eventID, category, rawData for an exception
eventID
Type: System..::.Int3 2
The application-specific identifier for the event.
category
Type: System..::.Int1 6
The application-specific subcategory associated with the message.
rawData
Type: array< System..::.Byte >[]()[]
An array of bytes that holds the binary data associated with the entry.
I am writing eventlog.
In EventLog class having WriteEntry() to write eventlog into the Event Logs file.
It contains some parameter.
How to get the eventID, category, rawData for an exception
eventID
Type: System..::.Int3 2
The application-specific identifier for the event.
category
Type: System..::.Int1 6
The application-specific subcategory associated with the message.
rawData
Type: array< System..::.Byte >[]()[]
An array of bytes that holds the binary data associated with the entry.
Comment