Initializes a new instance of the StackTraceElement class using the given property values.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public StackTraceElement( Dictionary<string, Object> elementAttributes )
Parameters
- elementAttributes
- Type:
System.Collections.Generic Dictionary
String,
Object
ADictionary TKey, TValue containing the names and values for the properties of this StackTraceElement.
See Also