Table of Contents

Class DBusReadException

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Exception thrown when a received D-Bus message is malformed or the read operations doesn't match the actual message format.

public class DBusReadException : DBusMessageException, ISerializable
Inheritance
DBusReadException
Implements
Inherited Members

Constructors

DBusReadException(string)

Initializes a new instance of the DBusReadException class.

public DBusReadException(string message)

Parameters

message string

The error message.

DBusReadException(string, Exception)

Initializes a new instance of the DBusReadException class.

public DBusReadException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.