Table of Contents

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 string

Message.

Properties

Message

Error Message.

public string Message { get; set; }

Property Value

string

The message.