XamlParseException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
XamlParseException() |
Pour un usage interne par le moteur XAML. |
XamlParseException(String) |
Pour un usage interne par le moteur XAML. |
XamlParseException(SerializationInfo, StreamingContext) |
Obsolète.
Pour un usage interne par le moteur XAML. |
XamlParseException(String, Exception) |
Pour un usage interne par le moteur XAML. |
XamlParseException(String, IXmlLineInfo, Exception) |
Pour un usage interne par le moteur XAML. |
XamlParseException()
- Source:
- XamlParseException.cs
- Source:
- XamlParseException.cs
Pour un usage interne par le moteur XAML.
public:
XamlParseException();
public XamlParseException ();
Public Sub New ()
S’applique à
XamlParseException(String)
- Source:
- XamlParseException.cs
- Source:
- XamlParseException.cs
Pour un usage interne par le moteur 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)
Paramètres
- message
- String
Pour un usage interne par le moteur XAML.
S’applique à
XamlParseException(SerializationInfo, StreamingContext)
- Source:
- XamlParseException.cs
- Source:
- XamlParseException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Pour un usage interne par le moteur 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)
Paramètres
- info
- SerializationInfo
Pour un usage interne par le moteur XAML.
- context
- StreamingContext
Pour un usage interne par le moteur XAML.
- Attributs
S’applique à
XamlParseException(String, Exception)
- Source:
- XamlParseException.cs
- Source:
- XamlParseException.cs
Pour un usage interne par le moteur 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)
Paramètres
- message
- String
Pour un usage interne par le moteur XAML.
- innerException
- Exception
Pour un usage interne par le moteur XAML.
S’applique à
XamlParseException(String, IXmlLineInfo, Exception)
- Source:
- XamlParseException.cs
- Source:
- XamlParseException.cs
Pour un usage interne par le moteur 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)
Paramètres
- message
- String
Pour un usage interne par le moteur XAML.
- xmlInfo
- IXmlLineInfo
Pour un usage interne par le moteur XAML.
- innerException
- Exception
Pour un usage interne par le moteur XAML.