Automation.UI.UIException.UIException C# (CSharp) Method

UIException() public method

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

Same methods

UIException::UIException ( string message ) : System
UIException::UIException ( string message, Exception innerException ) : System
UIException