Click or drag to resize

ConsoleMessageReceivedEventArgs Properties

The ConsoleMessageReceivedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from BrowserEventArgs.)
Public propertyLevel
Gets the console message level.
Public propertyLineNumber
Gets the line number that caused the message.
Public propertyMessage
Gets the console message text.
Public propertySource
Gets the source of the console message.
Top
See Also