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(string)
Initializes a new instance of the PuppeteerException class.
public PuppeteerException(string message)
Parameters
message
stringMessage.
PuppeteerException(string, Exception)
Initializes a new instance of the PuppeteerException class.
public PuppeteerException(string message, Exception innerException)