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