SeleniumException Constructor (String)WebDriver
Creates an exception with the specified message

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public SeleniumException(
	string message
)

Parameters

message
Type: OnlineSystem String
the message to add to the exception
See Also