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

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

Méthodes publiques

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

Method Details

ElementNotEnabledException() public méthode

ElementNotEnabledException() public méthode

public ElementNotEnabledException ( string message )
message string

ElementNotEnabledException() public méthode

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