Table of Contents

Class PlaywrightException

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class PlaywrightException : Exception, ISerializable
Inheritance
PlaywrightException
Implements
Inherited Members

Constructors

PlaywrightException()

public PlaywrightException()

PlaywrightException(string)

public PlaywrightException(string message)

Parameters

message string

PlaywrightException(string, Exception)

public PlaywrightException(string message, Exception innerException)

Parameters

message string
innerException Exception