Table of Contents

Class AutomationException

Namespace
GroupeIsa.Neos.EndToEndTests.UI
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Automation exception.

public class AutomationException : Exception, ISerializable
Inheritance
AutomationException
Implements
Inherited Members

Constructors

AutomationException(string)

Initializes a new instance of the AutomationException class.

public AutomationException(string message)

Parameters

message string

Message.

AutomationException(string, Exception)

Initializes a new instance of the AutomationException class.

public AutomationException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Internal exception.

AutomationException(string, string)

Initializes a new instance of the AutomationException class.

public AutomationException(string message, string pageSource)

Parameters

message string

Message.

pageSource string

Source of the page.

Properties

PageSource

Gets the source of the page last loaded by the browser when the exception has been throwned.

public string? PageSource { get; init; }

Property Value

string