Table of Contents

Class ProcessException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

process exception thrown by Launcher.

[Serializable]
public class ProcessException : ChromiumProcessException, ISerializable
Inheritance
ProcessException
Implements

Constructors

ProcessException()

Initializes a new instance of the ProcessException class.

public ProcessException()

ProcessException(SerializationInfo, StreamingContext)

Initializes a new instance of the ProcessException class.

protected ProcessException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization collection for custom serializations.

context StreamingContext

Provides additional caller-provided context.

ProcessException(string)

Initializes a new instance of the ProcessException class.

public ProcessException(string message)

Parameters

message string

Message.

ProcessException(string, Exception)

Initializes a new instance of the ProcessException class.

public ProcessException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.