Table of Contents

Class ChromiumProcessException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Chromium process exception thrown by Launcher.

[Obsolete("ProcessException will be thrown")]
[Serializable]
public class ChromiumProcessException : PuppeteerException, ISerializable
Inheritance
ChromiumProcessException
Implements
Derived

Constructors

ChromiumProcessException()

Initializes a new instance of the ChromiumProcessException class.

public ChromiumProcessException()

ChromiumProcessException(SerializationInfo, StreamingContext)

Initializes a new instance of the ChromiumProcessException class.

protected ChromiumProcessException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization collection for custom serializations.

context StreamingContext

Provides additional caller-provided context.

ChromiumProcessException(string)

Initializes a new instance of the ChromiumProcessException class.

public ChromiumProcessException(string message)

Parameters

message string

Message.

ChromiumProcessException(string, Exception)

Initializes a new instance of the ChromiumProcessException class.

public ChromiumProcessException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.