MessageEventArgs PropertiesMessageEventArgs PropertiesMessageEventArgs Properties

The MessageEventArgsMessageEventArgsMessageEventArgs type exposes the following members.

Properties

 PropertyDescription
Public propertyLineNumberLineNumberLineNumber Gets the line number of the instruction that raised the event.
Public propertyLinePositionLinePositionLinePosition Gets the character position within LineNumberLineNumberLineNumber of the instruction that raised the event.
Public propertyMessageMessageMessage Gets the message associated with this event.
Public propertySourceUriSourceUriSourceUri Gets the URI of the source file containing the instruction that caused the event.

Top