Click or drag to resize

DiagnosticItem Properties

The DiagnosticItem type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalInfo
Additional information about diagnostics item. Used to append time step information to errors in HDModule.
Public propertyDiagnostics
The diagnostics that the item belongs to.

This is automatically set when item is added to diagnostics object.

Public propertyHint
Diagnostics hint
Public propertyLocation
Location of message
Public propertyMessage
Diagnostics message with value placeholders replaced by values. Value place holder can be modified by setting the Tokens.
Public propertyMessageID
ID of error in item.

Each kind of error will have an id which does not change between computers. The Message change, if localized messages exist for the system language.

Public propertyMessageNoValues
Diagnostics message
Public propertyTokens
Set tokens for each of the Values. Defaults to {0}, {1}, {2} etc
Public propertyValues
Diagnostic values
Top
See Also