DiagnosticItemID Properties |
The DiagnosticItemID type exposes the following members.
Name | Description | |
---|---|---|
AdditionalInfo |
Additional information about diagnostics item. Used to append time step
information to errors in HDModule.
(Inherited from DiagnosticItem.) | |
Diagnostics |
The diagnostics that the item belongs to.
(Inherited from DiagnosticItem.)This is automatically set when item is added to diagnostics object. | |
Hint |
Diagnostics hint
(Overrides DiagnosticItemHint.) | |
Location |
Location of message
(Inherited from DiagnosticItem.) | |
Message |
Diagnostics message with value placeholders replaced by values.
Value place holder can be modified by setting the Tokens.
(Inherited from DiagnosticItem.) | |
MessageID |
ID of error in item.
(Overrides DiagnosticItemMessageID.)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. | |
MessageNoValues |
Diagnostics message
(Overrides DiagnosticItemMessageNoValues.) | |
Tokens |
Set tokens for each of the Values. Defaults to {0}, {1}, {2} etc
(Inherited from DiagnosticItem.) | |
Values |
Diagnostic values
(Inherited from DiagnosticItem.) |