Table of Contents

Class DBusConnectFailedException

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

Exception thrown when a D-Bus connection cannot be established.

public class DBusConnectFailedException : DBusConnectionException, ISerializable
Inheritance
DBusConnectFailedException
Implements
Derived
Inherited Members

Constructors

DBusConnectFailedException(string)

Initializes a new instance of the DBusConnectFailedException class.

public DBusConnectFailedException(string message)

Parameters

message string

The error message.

DBusConnectFailedException(string, Exception)

Initializes a new instance of the DBusConnectFailedException class.

public DBusConnectFailedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.