Table of Contents

Enum DBusConnection.ExceptionSource

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

Identifies the source of an exception reported through OnException.

public enum DBusConnection.ExceptionSource

Fields

ConnectionFailed = 3

The connection failed.

MethodHandler = 2

The exception occurred in a method handler.

SignalHandler = 1

The exception occurred in a signal/match handler callback.

SignalReader = 0

The exception occurred while reading a signal/matched message.