Table of Contents

Class MessageException

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
[Serializable]
public class MessageException : PuppeteerException, ISerializable
Inheritance
MessageException
Implements

Constructors

MessageException()

Initializes a new instance of the MessageException class.

public MessageException()

MessageException(SerializationInfo, StreamingContext)

Initializes a new instance of the MessageException class.

protected MessageException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization collection for custom serializations.

context StreamingContext

Provides additional caller-provided context.

MessageException(string)

Initializes a new instance of the MessageException class.

public MessageException(string message)

Parameters

message string

Message.

MessageException(string, Exception)

Initializes a new instance of the MessageException class.

public MessageException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.