Class PageErrorEventArgs
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Page error event arguments.
public class PageErrorEventArgs : EventArgs
- Inheritance
-
PageErrorEventArgs
Constructors
PageErrorEventArgs(string)
Initializes a new instance of the PageErrorEventArgs class.
public PageErrorEventArgs(string message)
Parameters
message
stringMessage.
Properties
Message
Error Message.
public string Message { get; set; }
Property Value
- string
The message.