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

Inheritance: Exception
ファイルを表示 Open project: dotnet/corefx

Public Methods

Method Description
XamlParseException ( )
XamlParseException ( string message )
XamlParseException ( string message, global innerException )

Method Details

XamlParseException() public method

public XamlParseException ( )

XamlParseException() public method

public XamlParseException ( string message )
message string

XamlParseException() public method

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