Constructor XamlLoadException
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
XamlLoadException()
Create a new XamlLoadException instance.
public XamlLoadException()
XamlLoadException(string)
Create a new XamlLoadException instance.
public XamlLoadException(string message)
Parameters
message
string
XamlLoadException(string, Exception)
Create a new XamlLoadException instance.
public XamlLoadException(string message, Exception innerException)
Parameters
XamlLoadException(SerializationInfo, StreamingContext)
Create a new XamlLoadException instance.
protected XamlLoadException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext