Table of Contents

Class DBusException

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

Exception representing a D-Bus error reply to a method call.

[Obsolete("Use DBusErrorReplyException instead.")]
public class DBusException : DBusErrorReplyException, ISerializable
Inheritance
DBusException
Implements
Inherited Members

Constructors

DBusException(string, string)

Initializes a new instance of the DBusException class.

public DBusException(string errorName, string errorMessage)

Parameters

errorName string

The error name.

errorMessage string

The error message.

Properties

ErrorMessage

Gets the error message.

public string ErrorMessage { get; }

Property Value

string

ErrorName

Gets the error name.

public string ErrorName { get; }

Property Value

string