XamlParseException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.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
- System.Runtime.Serialization.SerializationInfo
For internal use by the XAML engine.
- context
- System.Runtime.Serialization.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
- System.String
For internal use by the XAML engine.
- innerException
- System.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
- System.String
For internal use by the XAML engine.
- xmlInfo
- System.Xml.IXmlLineInfo
For internal use by the XAML engine.
- innerException
- System.Exception
For internal use by the XAML engine.