Table of Contents

Class PuppeteerException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Base exception used to identify any exception thrown by PuppeteerSharp.

[Serializable]
public class PuppeteerException : Exception, ISerializable
Inheritance
PuppeteerException
Implements
Derived

Constructors

PuppeteerException()

Initializes a new instance of the PuppeteerException class.

public PuppeteerException()

PuppeteerException(SerializationInfo, StreamingContext)

Initializes a new instance of the PuppeteerException class.

protected PuppeteerException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Info.

context StreamingContext

Context.

PuppeteerException(string)

Initializes a new instance of the PuppeteerException class.

public PuppeteerException(string message)

Parameters

message string

Message.

PuppeteerException(string, Exception)

Initializes a new instance of the PuppeteerException class.

public PuppeteerException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.