Table of Contents

Class ConnectException

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

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

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

Constructors

ConnectException(string)

Initializes a new instance of the ConnectException class.

public ConnectException(string message)

Parameters

message string

The error message.

ConnectException(string, Exception)

Initializes a new instance of the ConnectException class.

public ConnectException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.