Enum DBusConnection.ExceptionSource
Identifies the source of an exception reported through OnException.
public enum DBusConnection.ExceptionSource
Fields
ConnectionFailed = 3The connection failed.
MethodHandler = 2The exception occurred in a method handler.
SignalHandler = 1The exception occurred in a signal/match handler callback.
SignalReader = 0The exception occurred while reading a signal/matched message.