Class ProtocolException
Exception thrown when the peer gives an unexpected response.
[Obsolete("Use DBusUnexpectedValueException instead.")]
public class ProtocolException : DBusUnexpectedValueException, ISerializable
- Inheritance
-
ProtocolException
- Implements
- Inherited Members
Constructors
ProtocolException(string)
Initializes a new instance of the ProtocolException class.
public ProtocolException(string message)
Parameters
messagestringThe error message describing the error .