XamlParseException 构造函数

定义

重载

XamlParseException()

供 XAML 引擎内部使用。

XamlParseException(String)

供 XAML 引擎内部使用。

XamlParseException(SerializationInfo, StreamingContext)
已过时.

供 XAML 引擎内部使用。

XamlParseException(String, Exception)

供 XAML 引擎内部使用。

XamlParseException(String, IXmlLineInfo, Exception)

供 XAML 引擎内部使用。

XamlParseException()

Source:
XamlParseException.cs
Source:
XamlParseException.cs

供 XAML 引擎内部使用。

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

适用于

XamlParseException(String)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

供 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)

参数

message
String

供 XAML 引擎内部使用。

适用于

XamlParseException(SerializationInfo, StreamingContext)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

注意

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

供 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)

参数

info
SerializationInfo

供 XAML 引擎内部使用。

context
StreamingContext

供 XAML 引擎内部使用。

属性

适用于

XamlParseException(String, Exception)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

供 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)

参数

message
String

供 XAML 引擎内部使用。

innerException
Exception

供 XAML 引擎内部使用。

适用于

XamlParseException(String, IXmlLineInfo, Exception)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

供 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)

参数

message
String

供 XAML 引擎内部使用。

xmlInfo
IXmlLineInfo

供 XAML 引擎内部使用。

innerException
Exception

供 XAML 引擎内部使用。

适用于