Class DBusException
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
Properties
ErrorMessage
Gets the error message.
public string ErrorMessage { get; }
Property Value
ErrorName
Gets the error name.
public string ErrorName { get; }