Table of Contents

Class XamlLoadException

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Exception class used for xaml loading failures.

[Serializable]
public class XamlLoadException : Exception, ISerializable, _Exception
Inheritance
XamlLoadException
Implements
Derived

Constructors

XamlLoadException()

Create a new XamlLoadException instance.

XamlLoadException(SerializationInfo, StreamingContext)

Create a new XamlLoadException instance.

XamlLoadException(string)

Create a new XamlLoadException instance.

XamlLoadException(string, Exception)

Create a new XamlLoadException instance.