XamlParseException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
XamlParseException() |
供 XAML 引擎內部使用。 |
XamlParseException(String) |
供 XAML 引擎內部使用。 |
XamlParseException(SerializationInfo, StreamingContext) |
已淘汰.
供 XAML 引擎內部使用。 |
XamlParseException(String, Exception) |
供 XAML 引擎內部使用。 |
XamlParseException(String, IXmlLineInfo, Exception) |
供 XAML 引擎內部使用。 |
XamlParseException()
供 XAML 引擎內部使用。
public:
XamlParseException();
public XamlParseException ();
Public Sub New ()
適用於
XamlParseException(String)
供 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)
警告
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)
供 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)
供 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 引擎內部使用。