Table of Contents

Class DBusConnection.ExceptionContext

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

Provides context about an exception that occurred.

public sealed class DBusConnection.ExceptionContext
Inheritance
DBusConnection.ExceptionContext
Inherited Members

Properties

DisconnectConnection

Gets or sets whether the connection should be disconnected.

public bool DisconnectConnection { get; set; }

Property Value

bool

Remarks

The default value depends on the caller. See OnException for details.

For ConnectionFailed, setting this property has no effect.

Exception

Gets the exception that occurred.

public Exception Exception { get; }

Property Value

Exception

Source

Gets the source of the exception.

public DBusConnection.ExceptionSource Source { get; }

Property Value

DBusConnection.ExceptionSource