Table of Contents

Class DBusUnexpectedValueException

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

Exception thrown when a received D-Bus message contains an unexpected value. This indicates the message is valid and parseable, but the content doesn't match expectations.

public class DBusUnexpectedValueException : DBusMessageException, ISerializable
Inheritance
DBusUnexpectedValueException
Implements
Derived
Inherited Members

Constructors

DBusUnexpectedValueException(string)

Initializes a new instance of the DBusUnexpectedValueException class.

public DBusUnexpectedValueException(string message)

Parameters

message string

The error message.

DBusUnexpectedValueException(string, Exception)

Initializes a new instance of the DBusUnexpectedValueException class.

public DBusUnexpectedValueException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.