C# Class Windows.UI.Xaml.Automation.ElementNotEnabledException

Inheritance: Exception
显示文件 Open project: dotnet/corefx

Public Methods

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

Method Details

ElementNotEnabledException() public method

ElementNotEnabledException() public method

public ElementNotEnabledException ( string message )
message string

ElementNotEnabledException() public method

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