Table of Contents

Class XamlLoadException

Namespace
Avalonia.Markup.Xaml
Assembly
Avalonia.Markup.Xaml.dll
public class XamlLoadException : Exception, ISerializable
Inheritance
XamlLoadException
Implements
Inherited Members

Constructors

XamlLoadException()

public XamlLoadException()

XamlLoadException(SerializationInfo, StreamingContext)

protected XamlLoadException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

XamlLoadException(string)

public XamlLoadException(string message)

Parameters

message string

XamlLoadException(string, Exception)

public XamlLoadException(string message, Exception innerException)

Parameters

message string
innerException Exception