XamlLoadException(SerializationInfo, StreamingContext) Constructor
Obsolete.
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initializes a new instance of the XamlLoadException class
Definition
Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
[ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051")]
protected XamlLoadException(
SerializationInfo info,
StreamingContext context
)
<ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId := "SYSLIB0051")>
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
[<ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051")>]
new :
info : SerializationInfo *
context : StreamingContext -> XamlLoadException
Parameters
See Also
Reference
XamlLoadException Class
XamlLoadException Overload
Avalonia.Markup.Xaml Namespace