C# Class Windows.UI.Xaml.LayoutCycleException

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

Public Methods

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

Method Details

LayoutCycleException() public method

LayoutCycleException() public method

public LayoutCycleException ( string message )
message string

LayoutCycleException() public method

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