RuntimeXamlDiagnosticSeverity Enum
Definition
public enum RuntimeXamlDiagnosticSeverity
Fields
| Name | Description |
|---|---|
| Error | 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 | Diagnostic is reported as an fatal error. Compilation process is stopped right after this error. |
| Info | 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 | Diagnostic is reported as a warning. |
Error Field
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.
public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Error
Fatal Field
Diagnostic is reported as an fatal error. Compilation process is stopped right after this error.
public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Fatal
Info Field
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.
public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Info
Warning Field
Diagnostic is reported as a warning.
public Avalonia.Markup.Xaml.RuntimeXamlDiagnosticSeverity Warning