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