Affecto.Testing.UI.Selenium.MultipleMatchingElementsException.MultipleMatchingElementsException C# (CSharp) Method

MultipleMatchingElementsException() public method

public MultipleMatchingElementsException ( string message ) : System
message string
return System
        public MultipleMatchingElementsException(string message)
            : base(message)
        {
        }
    }
MultipleMatchingElementsException