Class DBusOwnerChangedException
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
messagestringThe error message.
DBusOwnerChangedException(string, Exception)
Initializes a new instance of the DBusOwnerChangedException class.
public DBusOwnerChangedException(string message, Exception innerException)