共用方式為


XamlParseException 建構函式

定義

多載

XamlParseException()

供 XAML 引擎內部使用。

XamlParseException(String)

供 XAML 引擎內部使用。

XamlParseException(SerializationInfo, StreamingContext)

供 XAML 引擎內部使用。

XamlParseException(String, Exception)

供 XAML 引擎內部使用。

XamlParseException(String, IXmlLineInfo, Exception)

供 XAML 引擎內部使用。

XamlParseException()

供 XAML 引擎內部使用。

public XamlParseException ();

適用於

XamlParseException(String)

供 XAML 引擎內部使用。

public XamlParseException (string message);
new Xamarin.Forms.Xaml.XamlParseException : string -> Xamarin.Forms.Xaml.XamlParseException

參數

message
System.String

供 XAML 引擎內部使用。

適用於

XamlParseException(SerializationInfo, StreamingContext)

供 XAML 引擎內部使用。

protected XamlParseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Xamarin.Forms.Xaml.XamlParseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Xamarin.Forms.Xaml.XamlParseException

參數

info
System.Runtime.Serialization.SerializationInfo

供 XAML 引擎內部使用。

context
System.Runtime.Serialization.StreamingContext

供 XAML 引擎內部使用。

適用於

XamlParseException(String, Exception)

供 XAML 引擎內部使用。

public XamlParseException (string message, Exception innerException);
new Xamarin.Forms.Xaml.XamlParseException : string * Exception -> Xamarin.Forms.Xaml.XamlParseException

參數

message
System.String

供 XAML 引擎內部使用。

innerException
System.Exception

供 XAML 引擎內部使用。

適用於

XamlParseException(String, IXmlLineInfo, Exception)

供 XAML 引擎內部使用。

public XamlParseException (string message, System.Xml.IXmlLineInfo xmlInfo, Exception innerException = default);
new Xamarin.Forms.Xaml.XamlParseException : string * System.Xml.IXmlLineInfo * Exception -> Xamarin.Forms.Xaml.XamlParseException

參數

message
System.String

供 XAML 引擎內部使用。

xmlInfo
System.Xml.IXmlLineInfo

供 XAML 引擎內部使用。

innerException
System.Exception

供 XAML 引擎內部使用。

適用於