XamlParseException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
XamlParseException() |
Für die interne Verwendung durch die XAML-Engine. |
XamlParseException(String) |
Für die interne Verwendung durch die XAML-Engine. |
XamlParseException(SerializationInfo, StreamingContext) |
Veraltet.
Für die interne Verwendung durch die XAML-Engine. |
XamlParseException(String, Exception) |
Für die interne Verwendung durch die XAML-Engine. |
XamlParseException(String, IXmlLineInfo, Exception) |
Für die interne Verwendung durch die XAML-Engine. |
XamlParseException()
- Quelle:
- XamlParseException.cs
- Quelle:
- XamlParseException.cs
Für die interne Verwendung durch die XAML-Engine.
public:
XamlParseException();
public XamlParseException ();
Public Sub New ()
Gilt für:
XamlParseException(String)
- Quelle:
- XamlParseException.cs
- Quelle:
- XamlParseException.cs
Für die interne Verwendung durch die XAML-Engine.
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)
Parameter
- message
- String
Für die interne Verwendung durch die XAML-Engine.
Gilt für:
XamlParseException(SerializationInfo, StreamingContext)
- Quelle:
- XamlParseException.cs
- Quelle:
- XamlParseException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Für die interne Verwendung durch die XAML-Engine.
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)
Parameter
- info
- SerializationInfo
Für die interne Verwendung durch die XAML-Engine.
- context
- StreamingContext
Für die interne Verwendung durch die XAML-Engine.
- Attribute
Gilt für:
XamlParseException(String, Exception)
- Quelle:
- XamlParseException.cs
- Quelle:
- XamlParseException.cs
Für die interne Verwendung durch die XAML-Engine.
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)
Parameter
- message
- String
Für die interne Verwendung durch die XAML-Engine.
- innerException
- Exception
Für die interne Verwendung durch die XAML-Engine.
Gilt für:
XamlParseException(String, IXmlLineInfo, Exception)
- Quelle:
- XamlParseException.cs
- Quelle:
- XamlParseException.cs
Für die interne Verwendung durch die XAML-Engine.
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)
Parameter
- message
- String
Für die interne Verwendung durch die XAML-Engine.
- xmlInfo
- IXmlLineInfo
Für die interne Verwendung durch die XAML-Engine.
- innerException
- Exception
Für die interne Verwendung durch die XAML-Engine.