Table of Contents

Class DBusErrorReplyException

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

Exception thrown when receiving an error message reply to a method call.

public class DBusErrorReplyException : DBusMessageException, ISerializable
Inheritance
DBusErrorReplyException
Implements
Derived
Inherited Members

Constructors

DBusErrorReplyException(string, string)

Initializes a new instance of the DBusErrorReplyException class.

public DBusErrorReplyException(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