C# Class Automation.UI.UIException

General UI exception.
Inheritance: System.Exception
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
UIException ( ) : System

New UI exception.

UIException ( string message ) : System

New UI exception.

UIException ( string message, Exception innerException ) : System

New UI exception.

Method Details

UIException() public méthode

New UI exception.
public UIException ( ) : System
Résultat System

UIException() public méthode

New UI exception.
public UIException ( string message ) : System
message string The detail message.
Résultat System

UIException() public méthode

New UI exception.
public UIException ( string message, Exception innerException ) : System
message string The detail message.
innerException System.Exception The cause of this exception.
Résultat System