Table of Contents

Class EvaluationFailedException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
[Serializable]
public class EvaluationFailedException : PuppeteerException, ISerializable
Inheritance
EvaluationFailedException
Implements

Constructors

EvaluationFailedException()

Initializes a new instance of the EvaluationFailedException class.

public EvaluationFailedException()

EvaluationFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the EvaluationFailedException class.

protected EvaluationFailedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Info.

context StreamingContext

Context.

EvaluationFailedException(string)

Initializes a new instance of the EvaluationFailedException class.

public EvaluationFailedException(string message)

Parameters

message string

Message.

EvaluationFailedException(string, Exception)

Initializes a new instance of the EvaluationFailedException class.

public EvaluationFailedException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.