Class ErrorEventArgs
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Error arguments.
public class ErrorEventArgs : EventArgs
- Inheritance
-
ErrorEventArgs
Constructors
ErrorEventArgs(string)
Initializes a new instance of the ErrorEventArgs class.
public ErrorEventArgs(string error)
Parameters
error
stringError.
Properties
Error
Gets the error.
public string Error { get; }
Property Value
- string
The error.