Diagnostic
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from System.Object
A diagnostic message that describes an error, warning or informational message that the user can take action on.
Diagnostics are presented to the user as the result of compilation, through the class's property.
The severity of the issue.
Gets the zero-indexed character number in FileName at which the issue begins.
Gets or sets the path, URI or file-name that the issue occurred in.
Gets the zero-indexed line number in FileName at which the issue begins.
Gets or sets the description of the issue.
Gets or sets the severity of the issue.
Initializes a new instance of the class.
Initializes a new instance of the class.
Initializes a new instance of the class.
Initializes a new instance of the class.
Gets or sets the source text of containing the issue.
Gets or sets the range of the file indicated by that the issue occurred in.