Table of Contents

Class ErrorEventArgs

Namespace
OpenQA.Selenium.Safari.Internal
Assembly
WebDriver.dll

Provides arguments for handling events associated with errors.

public class ErrorEventArgs : EventArgs
Inheritance
ErrorEventArgs
Inherited Members

Constructors

ErrorEventArgs(Exception)

Initializes a new instance of the ErrorEventArgs class.

public ErrorEventArgs(Exception exception)

Parameters

exception Exception

The Exception thrown for the error condition.

Properties

Exception

Gets the Exception associated with the error condition.

public Exception Exception { get; }

Property Value

Exception