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
stringMessage.
ProcessException(string, Exception)
Initializes a new instance of the ProcessException class.
public ProcessException(string message, Exception innerException)