XamlParseException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 エンジンによる内部使用向け。