Table of Contents

Class ProtocolException

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

Exception thrown when the peer gives an unexpected response.

[Obsolete("Use DBusUnexpectedValueException instead.")]
public class ProtocolException : DBusUnexpectedValueException, ISerializable
Inheritance
ProtocolException
Implements
Inherited Members

Constructors

ProtocolException(string)

Initializes a new instance of the ProtocolException class.

public ProtocolException(string message)

Parameters

message string

The error message describing the error .