DiagnosticSeverity

Enum in Diagnostic

Inherits from System.Enum

Summary

The severity of the issue.

public enum DiagnosticSeverity
{
    Error,
    Warning,
    Info
}

Members

Name
Description

An error.

An informational diagnostic.

An warning.

Last updated

Was this helpful?