Click or drag to resize

WaitTimeoutException(String, Exception) Constructor

Framework to automate tests using Selenium WebDriver
Initializes a new instance of the WaitTimeoutException class.

Namespace: Ocaramba.Exceptions
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public WaitTimeoutException(
	string message,
	Exception innerException
)
Request Example

Parameters

message  String
The error message that explains the reason for the exception.
innerException  Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also