Table of Contents

Class ProcessException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

process exception thrown by Launcher.

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

Constructors

ProcessException()

Initializes a new instance of the ProcessException class.

public ProcessException()

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.