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

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

Méthodes publiques

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

Method Details

ElementNotAvailableException() public méthode

ElementNotAvailableException() public méthode

public ElementNotAvailableException ( string message )
message string

ElementNotAvailableException() public méthode

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