Class EvaluationFailedException
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Exception thrown by ExecuteEvaluationAsync(string, object).
[Serializable]
public class EvaluationFailedException : PuppeteerException, ISerializable
- Inheritance
-
EvaluationFailedException
- Implements
Constructors
EvaluationFailedException()
Initializes a new instance of the EvaluationFailedException class.
public EvaluationFailedException()
EvaluationFailedException(string)
Initializes a new instance of the EvaluationFailedException class.
public EvaluationFailedException(string message)
Parameters
message
stringMessage.
EvaluationFailedException(string, Exception)
Initializes a new instance of the EvaluationFailedException class.
public EvaluationFailedException(string message, Exception innerException)