Table of Contents

Class DBusConnectionClosedException

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

Exception thrown when an operation fails because the connection is closed.

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

Remarks

The InnerException indicates the reason for the close.

Constructors

DBusConnectionClosedException(string)

Initializes a new instance of the DBusConnectionClosedException class.

public DBusConnectionClosedException(string message)

Parameters

message string

The error message.

DBusConnectionClosedException(string, Exception)

Initializes a new instance of the DBusConnectionClosedException class.

public DBusConnectionClosedException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception that caused this exception.