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 引擎内部使用。

适用于