XamlLoadException.

XamlLoadException(string, Exception) Constructor

Namespace
Avalonia.Markup.Xaml
Containing Type
XamlLoadException

Syntax

public XamlLoadException(string message, Exception innerException)

Parameters

Name Type Description
message string
innerException Exception

Return Value

Type Description
void