Condividi tramite


XamlParseException Costruttori

Definizione

Overload

XamlParseException()

Per uso interno del motore XAML.

XamlParseException(String)

Per uso interno del motore XAML.

XamlParseException(SerializationInfo, StreamingContext)
Obsoleti.

Per uso interno del motore XAML.

XamlParseException(String, Exception)

Per uso interno del motore XAML.

XamlParseException(String, IXmlLineInfo, Exception)

Per uso interno del motore XAML.

XamlParseException()

Origine:
XamlParseException.cs
Origine:
XamlParseException.cs

Per uso interno del motore XAML.

public:
 XamlParseException();
public XamlParseException ();
Public Sub New ()

Si applica a

XamlParseException(String)

Origine:
XamlParseException.cs
Origine:
XamlParseException.cs

Per uso interno del motore XAML.

public:
 XamlParseException(System::String ^ message);
public XamlParseException (string message);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String)

Parametri

message
String

Per uso interno del motore XAML.

Si applica a

XamlParseException(SerializationInfo, StreamingContext)

Origine:
XamlParseException.cs
Origine:
XamlParseException.cs

Attenzione

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Per uso interno del motore XAML.

protected:
 XamlParseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected XamlParseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new Microsoft.Maui.Controls.Xaml.XamlParseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Maui.Controls.Xaml.XamlParseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametri

info
SerializationInfo

Per uso interno del motore XAML.

context
StreamingContext

Per uso interno del motore XAML.

Attributi

Si applica a

XamlParseException(String, Exception)

Origine:
XamlParseException.cs
Origine:
XamlParseException.cs

Per uso interno del motore XAML.

public:
 XamlParseException(System::String ^ message, Exception ^ innerException);
public XamlParseException (string message, Exception innerException);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string * Exception -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Per uso interno del motore XAML.

innerException
Exception

Per uso interno del motore XAML.

Si applica a

XamlParseException(String, IXmlLineInfo, Exception)

Origine:
XamlParseException.cs
Origine:
XamlParseException.cs

Per uso interno del motore XAML.

public XamlParseException (string message, System.Xml.IXmlLineInfo xmlInfo, Exception innerException = default);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string * System.Xml.IXmlLineInfo * Exception -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String, xmlInfo As IXmlLineInfo, Optional innerException As Exception = Nothing)

Parametri

message
String

Per uso interno del motore XAML.

xmlInfo
IXmlLineInfo

Per uso interno del motore XAML.

innerException
Exception

Per uso interno del motore XAML.

Si applica a