Table of Contents

Class DBusOwnerChangedException

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

The exception that is thrown when the owner of a D-Bus well-known name has changed.

public sealed class DBusOwnerChangedException : DBusMessageException, ISerializable
Inheritance
DBusOwnerChangedException
Implements
Inherited Members

Constructors

DBusOwnerChangedException()

Initializes a new instance of the DBusOwnerChangedException class.

public DBusOwnerChangedException()

DBusOwnerChangedException(string)

Initializes a new instance of the DBusOwnerChangedException class.

public DBusOwnerChangedException(string message)

Parameters

message string

The error message.

DBusOwnerChangedException(string, Exception)

Initializes a new instance of the DBusOwnerChangedException class.

public DBusOwnerChangedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.