XamlParseException Constructors

Definition

Overloads

XamlParseException()

For internal use by the XAML engine.

XamlParseException(String)

For internal use by the XAML engine.

XamlParseException(SerializationInfo, StreamingContext)

For internal use by the XAML engine.

XamlParseException(String, Exception)

For internal use by the XAML engine.

XamlParseException(String, IXmlLineInfo, Exception)

For internal use by the XAML engine.

XamlParseException()

For internal use by the XAML engine.

public XamlParseException ();

Applies to

XamlParseException(String)

For internal use by the XAML engine.

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

Parameters

message
String

For internal use by the XAML engine.

Applies to

XamlParseException(SerializationInfo, StreamingContext)

For internal use by the XAML engine.

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

Parameters

info
SerializationInfo

For internal use by the XAML engine.

context
StreamingContext

For internal use by the XAML engine.

Applies to

XamlParseException(String, Exception)

For internal use by the XAML engine.

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

Parameters

message
String

For internal use by the XAML engine.

innerException
Exception

For internal use by the XAML engine..

Applies to

XamlParseException(String, IXmlLineInfo, Exception)

For internal use by the XAML engine.

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

Parameters

message
String

For internal use by the XAML engine.

xmlInfo
IXmlLineInfo

For internal use by the XAML engine.

innerException
Exception

For internal use by the XAML engine.

Applies to