RuntimeXamlDiagnosticSeverity Enumeration
Definition
Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
public enum RuntimeXamlDiagnosticSeverity
Public Enumeration RuntimeXamlDiagnosticSeverity
type RuntimeXamlDiagnosticSeverity
Members
Info | 1 | Something that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues. |
Warning | 2 | Diagnostic is reported as a warning. |
Error | 3 | Diagnostic is reported as an error. Compilation process is continued until the end of the parsing and transforming stage, throwing an aggregated exception of all errors. |
Fatal | 4 | Diagnostic is reported as an fatal error. Compilation process is stopped right after this error. |