Partager via


XamlParseException Constructeurs

Définition

Surcharges

XamlParseException()

Pour un usage interne par le moteur XAML.

XamlParseException(String)

Pour un usage interne par le moteur XAML.

XamlParseException(SerializationInfo, StreamingContext)

Pour un usage interne par le moteur XAML.

XamlParseException(String, Exception)

Pour un usage interne par le moteur XAML.

XamlParseException(String, IXmlLineInfo, Exception)

Pour un usage interne par le moteur XAML.

XamlParseException()

Pour un usage interne par le moteur XAML.

public XamlParseException ();

S’applique à

XamlParseException(String)

Pour un usage interne par le moteur XAML.

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

Paramètres

message
System.String

Pour un usage interne par le moteur XAML.

S’applique à

XamlParseException(SerializationInfo, StreamingContext)

Pour un usage interne par le moteur 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

Paramètres

info
System.Runtime.Serialization.SerializationInfo

Pour un usage interne par le moteur XAML.

context
System.Runtime.Serialization.StreamingContext

Pour un usage interne par le moteur XAML.

S’applique à

XamlParseException(String, Exception)

Pour un usage interne par le moteur XAML.

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

Paramètres

message
System.String

Pour un usage interne par le moteur XAML.

innerException
System.Exception

Pour un usage interne par le moteur XAML.

S’applique à

XamlParseException(String, IXmlLineInfo, Exception)

Pour un usage interne par le moteur 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

Paramètres

message
System.String

Pour un usage interne par le moteur XAML.

xmlInfo
System.Xml.IXmlLineInfo

Pour un usage interne par le moteur XAML.

innerException
System.Exception

Pour un usage interne par le moteur XAML.

S’applique à