C# Class Windows.UI.Xaml.Markup.XamlParseException

Inheritance: Exception
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
XamlParseException ( )
XamlParseException ( string message )
XamlParseException ( string message, global innerException )

Method Details

XamlParseException() public méthode

public XamlParseException ( )

XamlParseException() public méthode

public XamlParseException ( string message )
message string

XamlParseException() public méthode

public XamlParseException ( string message, global innerException )
message string
innerException global