次の方法で共有


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 エンジンによる内部使用向け。

適用対象