Class ReplayBrowserNotInstalledException
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
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe 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
messagestringThe 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)