C# Class Automation.UI.UIException

General UI exception.
Inheritance: System.Exception
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method 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 method

New UI exception.
public UIException ( ) : System
return System

UIException() public method

New UI exception.
public UIException ( string message ) : System
message string The detail message.
return System

UIException() public method

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