Class ProtocolException
- Namespace
- AppleTvControlLibrary.Protocol
- Assembly
- AppleTvControlLibrary.dll
Raised when a Companion protocol exchange fails.
public class ProtocolException : Exception, ISerializable, _Exception
- Inheritance
-
ProtocolException
- Implements
- Inherited Members
Constructors
ProtocolException()
Initializes a new instance of the ProtocolException class.
public ProtocolException()
ProtocolException(string)
Initializes a new instance of the ProtocolException class.
public ProtocolException(string message)
Parameters
messagestringThe exception message.
ProtocolException(string, Exception)
Initializes a new instance of the ProtocolException class.
public ProtocolException(string message, Exception innerException)