Class MrpProtocolException
- Namespace
- AppleTvControlLibrary.Mrp.Protocol
- Assembly
- AppleTvControlLibrary.Mrp.dll
Raised when a Companion-style protocol exchange fails. Reused across MRP for parity with the Companion library's exception surface.
public class MrpProtocolException : Exception, ISerializable, _Exception
- Inheritance
-
MrpProtocolException
- Implements
- Inherited Members
Constructors
MrpProtocolException()
Initializes a new instance of the MrpProtocolException class.
public MrpProtocolException()
MrpProtocolException(string)
Initializes a new instance of the MrpProtocolException class.
public MrpProtocolException(string message)
Parameters
messagestringThe exception message.
MrpProtocolException(string, Exception)
Initializes a new instance of the MrpProtocolException class.
public MrpProtocolException(string message, Exception innerException)