Table of Contents

Enum DiagnosticSeverity

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Core.dll

Denotes the severity of a diagnostic item

public enum DiagnosticSeverity

Fields

Error = 1

Indicates an error

Hint = 4

Indicates a hint

Information = 3

Indicates an informational message

None = 0

Denotes no actual severity

Warning = 2

Indicates a warning