Class MessageException
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Exception thrown by. SendAsync<T>(string, object, CommandOptions)
[Serializable]
public class MessageException : PuppeteerException, ISerializable
- Inheritance
-
MessageException
- Implements
Constructors
MessageException()
Initializes a new instance of the MessageException class.
public MessageException()
MessageException(string)
Initializes a new instance of the MessageException class.
public MessageException(string message)
Parameters
message
stringMessage.
MessageException(string, Exception)
Initializes a new instance of the MessageException class.
public MessageException(string message, Exception innerException)