Table of Contents

Class ReplayBrowserNotInstalledException

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

The exception that is thrown when the specified browser type is not installed on the machine running the test.

public class ReplayBrowserNotInstalledException : Exception, ISerializable, _Exception
Inheritance
ReplayBrowserNotInstalledException
Implements
Inherited Members

Constructors

ReplayBrowserNotInstalledException()

Initializes a new instance of the ReplayBrowserNotInstalledException class.

public ReplayBrowserNotInstalledException()

ReplayBrowserNotInstalledException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReplayBrowserNotInstalledException class with serialized data.

protected ReplayBrowserNotInstalledException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

ReplayBrowserNotInstalledException(string)

Initializes a new instance of the ReplayBrowserNotInstalledException class with a specified error message.

public ReplayBrowserNotInstalledException(string message)

Parameters

message string

The error message that explains the reason for the exception.

ReplayBrowserNotInstalledException(string, Exception)

Initializes a new instance of the ReplayBrowserNotInstalledException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public ReplayBrowserNotInstalledException(string message, Exception exception)

Parameters

message string

The error message that explains the reason for the exception.

exception Exception

The exception that is the cause of the current exception.