Class DBusConnection.ExceptionContext
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
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
Source
Gets the source of the exception.
public DBusConnection.ExceptionSource Source { get; }