Class DBusReadException
Exception thrown when a received D-Bus message is malformed or the read operations doesn't match the actual message format.
public class DBusReadException : DBusMessageException, ISerializable
- Inheritance
-
DBusReadException
- Implements
- Inherited Members
Constructors
DBusReadException(string)
Initializes a new instance of the DBusReadException class.
public DBusReadException(string message)
Parameters
messagestringThe error message.
DBusReadException(string, Exception)
Initializes a new instance of the DBusReadException class.
public DBusReadException(string message, Exception innerException)