Compartilhar via


XamlParseException Construtores

Definição

Sobrecargas

XamlParseException()

Para uso interno pelo mecanismo de XAML.

XamlParseException(String)

Para uso interno pelo mecanismo de XAML.

XamlParseException(SerializationInfo, StreamingContext)
Obsoleto.

Para uso interno pelo mecanismo de XAML.

XamlParseException(String, Exception)

Para uso interno pelo mecanismo de XAML.

XamlParseException(String, IXmlLineInfo, Exception)

Para uso interno pelo mecanismo de XAML.

XamlParseException()

Origem:
XamlParseException.cs
Origem:
XamlParseException.cs

Para uso interno pelo mecanismo de XAML.

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

Aplica-se a

XamlParseException(String)

Origem:
XamlParseException.cs
Origem:
XamlParseException.cs

Para uso interno pelo mecanismo de 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)

Parâmetros

message
String

Para uso interno pelo mecanismo de XAML.

Aplica-se a

XamlParseException(SerializationInfo, StreamingContext)

Origem:
XamlParseException.cs
Origem:
XamlParseException.cs

Cuidado

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

Para uso interno pelo mecanismo de 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)

Parâmetros

info
SerializationInfo

Para uso interno pelo mecanismo de XAML.

context
StreamingContext

Para uso interno pelo mecanismo de XAML.

Atributos

Aplica-se a

XamlParseException(String, Exception)

Origem:
XamlParseException.cs
Origem:
XamlParseException.cs

Para uso interno pelo mecanismo de 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)

Parâmetros

message
String

Para uso interno pelo mecanismo de XAML.

innerException
Exception

Para uso interno pelo mecanismo de XAML.

Aplica-se a

XamlParseException(String, IXmlLineInfo, Exception)

Origem:
XamlParseException.cs
Origem:
XamlParseException.cs

Para uso interno pelo mecanismo de 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)

Parâmetros

message
String

Para uso interno pelo mecanismo de XAML.

xmlInfo
IXmlLineInfo

Para uso interno pelo mecanismo de XAML.

innerException
Exception

Para uso interno pelo mecanismo de XAML.

Aplica-se a