Click or drag to resize

Diagnostics Properties

The Diagnostics type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Children of sub-diagnostics, implementing a tree-like structure of Diagnostics. If you add children to the list, remember to se teh parent - or use AddChild().
Public propertyErrorCountRecursive
The number of issues in this diagnostics, including issues in the stack.
Public propertyErrors
Get a list of all errors (not from the stack)
Public propertyErrorsRecursive
Get a list of all errors, recursively
Public propertyHintCountRecursive
The number of warnings in this diagnostics, including warnings in the stack.
Public propertyHints
Get a list of all hints (not from the stack)
Public propertyHintsRecursive
Get a list of all warnings, recursively
Public propertyInfos
Get a list of all hints (not from the stack)
Public propertyIssueCount
The number of issues in this diagnostics
Public propertyIssueCountRecursive
The number of issues in this diagnostics, including issues in the stack.
Public propertyName
Name or origin of Diagnostics. Can be null/empty string.
Public propertyParent
Parent diagnostic. Diagnostics can belong to a tree with one parent and several children. If parent is null, then this diagnostic is the root.
Public propertySource
Source object that created the Diagnostics
Public propertySourceDescription
Description of Diagnostics source. Can be null/empty string.
Public propertyWarningCountRecursive
The number of warnings in this diagnostics, including warnings in the stack.
Public propertyWarnings
Get a list of all warnings (not from the stack)
Public propertyWarningsRecursive
Get a list of all warnings, recursively
Top
See Also